Skip to content
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

TEST Pin torch to 2.6.0.dev20241125 #3452

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

TEST Pin torch to 2.6.0.dev20241125 #3452

wants to merge 4 commits into from

Conversation

atalman
Copy link
Contributor

@atalman atalman commented Dec 4, 2024

No description provided.

Copy link

netlify bot commented Dec 4, 2024

Deploy Preview for pytorch-fbgemm-docs ready!

Name Link
🔨 Latest commit bcd8a77
🔍 Latest deploy log https://app.netlify.com/sites/pytorch-fbgemm-docs/deploys/675056a40e572e0008e6c034
😎 Deploy Preview https://deploy-preview-3452--pytorch-fbgemm-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@atalman atalman changed the title TEST Pin torch to 2.6.0.dev20241126 TEST Pin torch to 2.6.0.dev20241125 Dec 4, 2024
@@ -133,7 +133,7 @@ install_pytorch_pip () {
numpy) || return 1

# Install the torch package from PyTorch PIP (not PyPI)
install_from_pytorch_pip "${env_name}" torch "${pytorch_channel_version}" "${pytorch_variant_type_version}" || return 1
install_from_pytorch_pip "${env_name}" torch==2.6.0.dev20241125 "${pytorch_channel_version}" "${pytorch_variant_type_version}" || return 1
Copy link
Contributor

@q10 q10 Dec 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be:

install_from_pytorch_pip "${env_name}" torch nightly/2.6.0.dev20241125  "${pytorch_variant_type_version}" || return 1

i.e. remove the "${pytorch_channel_version}"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants