-
Notifications
You must be signed in to change notification settings - Fork 228
[Validations] Add option to use meta cdn for pypi index #1999
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tinsingcheong
approved these changes
Sep 27, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Stamp to unblock, just a quick question: how do we know this is only for nightly build? I didn't see specific condition to enable use_meta_cdn or maybe that's in another diff?
atalman
added a commit
to pytorch/test-infra
that referenced
this pull request
Oct 7, 2024
We already use Meta CDN in builder validation as an option: pytorch/builder#1999 Here is the log from builder: ``` +++ pip3 install --pre torch torchvision torchaudio --index-url https://d3kup0pazkvub8.cloudfront.net/whl/nightly/cu121 Looking in indexes: https://d3kup0pazkvub8.cloudfront.net/whl/nightly/cu121 Collecting torch Downloading https://d3kup0pazkvub8.cloudfront.net/whl/nightly/cu121/torch-2.6.0.dev20241003%2Bcu121-cp310-cp310-win_amd64.whl (2451.6 MB) ---------------------------------------- 2.5/2.5 GB 45.6 MB/s eta 0:00:00 Collecting torchvision Downloading https://d3kup0pazkvub8.cloudfront.net/whl/nightly/cu121/torchvision-0.20.0.dev20241003%2Bcu121-cp310-cp310-win_amd64.whl (6.2 MB) ---------------------------------------- 6.2/6.2 MB 31.5 MB/s eta 0:00:00 Collecting torchaudio Downloading https://d3kup0pazkvub8.cloudfront.net/whl/nightly/cu121/torchaudio-2.5.0.dev20241003%2Bcu121-cp310-cp310-win_amd64.whl (4.2 MB) ---------------------------------------- 4.2/4.2 MB 31.1 MB/s eta 0:00:00 Collecting filelock (from torch) Downloading https://d3kup0pazkvub8.cloudfront.net/whl/nightly/filelock-3.13.1-py3-none-any.whl (11 kB) Collecting typing-extensions>=4.8.0 (from torch) Downloading https://d3kup0pazkvub8.cloudfront.net/whl/nightly/typing_extensions-4.12.2-py3-none-any.whl (37 kB) Collecting networkx (from torch) Downloading https://d3kup0pazkvub8.cloudfront.net/whl/nightly/networkx-3.3-py3-none-any.whl (1.7 MB) ---------------------------------------- 1.7/1.7 MB 31.3 MB/s eta 0:00:00 Collecting jinja2 (from torch) Downloading https://d3kup0pazkvub8.cloudfront.net/whl/nightly/Jinja2-3.1.4-py3-none-any.whl (133 kB) Collecting fsspec (from torch) Downloading https://d3kup0pazkvub8.cloudfront.net/whl/nightly/fsspec-2024.6.1-py3-none-any.whl (177 kB) Collecting sympy==1.13.1 (from torch) Downloading https://d3kup0pazkvub8.cloudfront.net/whl/nightly/sympy-1.13.1-py3-none-any.whl (6.2 MB) ---------------------------------------- 6.2/6.2 MB 53.9 MB/s eta 0:00:00 Collecting mpmath<1.4,>=1.1.0 (from sympy==1.13.1->torch) Downloading https://d3kup0pazkvub8.cloudfront.net/whl/nightly/mpmath-1.3.0-py3-none-any.whl (536 kB) ------------------------------------- 536.2/536.2 kB 17.1 MB/s eta 0:00:00 Requirement already satisfied: numpy in c:\jenkins\miniconda3\envs\conda-env-11165033321\lib\site-packages (from torchvision) (2.0.1) Collecting pillow!=8.3.*,>=5.3.0 (from torchvision) Downloading https://d3kup0pazkvub8.cloudfront.net/whl/nightly/Pillow-9.3.0-cp310-cp310-win_amd64.whl (2.5 MB) ---------------------------------------- 2.5/2.5 MB 146.9 MB/s eta 0:00:00 Collecting MarkupSafe>=2.0 (from jinja2->torch) Downloading https://d3kup0pazkvub8.cloudfront.net/whl/nightly/MarkupSafe-2.1.5-cp310-cp310-win_amd64.whl (17 kB) Installing collected packages: mpmath, typing-extensions, sympy, pillow, networkx, MarkupSafe, fsspec, filelock, jinja2, torch, torchvision, torchaudio```
kit1980
added a commit
to pytorch/pytorch.github.io
that referenced
this pull request
Oct 30, 2024
As ref was removed from pytorch/builder/.github/workflows/validate-binaries.yml in pytorch/builder#1999
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.