8000 fix test install path by andrewkho · Pull Request #1340 · pytorch/data · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix test install path #1340

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
merged 1 commit into from
Oct 16, 2024
Merged

fix test install path #1340

merged 1 commit into from
Oct 16, 2024

Conversation

andrewkho
Copy link
Contributor

https://github.com/pytorch/data/actions/runs/11357418885/job/31590502866
Test Release run is failing to get pytorch 2.5.0 due to pip command. Tested locally:

With current command:

pip install --pre torch==2.5.0 -f https://download.pytorch.org/whl/test
...
Looking in links: https://download.pytorch.org/whl/test
ERROR: Could not find a version that satisfies the requirement torch==2.5.0 (from versions: 2.2.0, 2.2.1, 2.2.2, 2.3.0, 2.3.1, 2.4.0, 2.4.1)
ERROR: No matching distribution found for torch==2.5.0

With updated command:

pip install --pre torch==2.5.0 --index-url https://download.pytorch.org/whl/test/cpu
...
Looking in indexes: https://download.pytorch.org/whl/test/cpu
Collecting torch==2.5.0
  Using cached https://download.pytorch.org/whl/test/cpu/torch-2.5.0%2Bcpu-cp312-cp312-linux_x86_64.whl (174.6 MB)
...

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Oct 16, 2024
@ramanishsingh ramanishsingh self-requested a review October 16, 2024 16:35
@andrewkho andrewkho merged commit e5b8bdd into main Oct 16, 2024
69 of 71 checks passed
@andrewkho andrewkho deleted the andrewkh/fix-build-upload-test branch October 16, 2024 16:37
andrewkho added a commit that referenced this pull request Oct 16, 2024
Copy link
pytorch-bot bot commented Oct 16, 2024

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/data/1340

Note: Links to docs will display an error until the docs builds have been completed.

⏳ No Failures, 1 Pending

As of commit b1fed7c with merge base b7d5dc5 (image):
💚 Looks good so far! There are no failures yet. 💚

This comment was automatically generated by Dr. CI and updates every 15 minutes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0