Skip to content

Conversation

@atalman
Copy link
Contributor

@atalman atalman commented Jan 15, 2026

  1. Fixes: On aarch64, pip install torch resulted in the CPU version? pytorch#168065
    Implements this approach: On aarch64, pip install torch resulted in the CPU version? pytorch#168065 (comment)

When stable CUDA is chosen, we display:

For Linux x86 use:
pip3 install torch torchvision

For Linux Aarch64:
pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu128
  1. Remove cuda 12.9 from matrix, since its somehwat limited release.

@vercel
Copy link

vercel bot commented Jan 15, 2026

@atalman is attempting to deploy a commit to the Meta Open Source Team on Vercel.

A member of the Team first needs to authorize it.

@meta-cla meta-cla 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 Jan 15, 2026
@atalman atalman changed the title Modify getting started page Modify getting started page to add aarch64 builds Jan 15, 2026
and gpu_arch_version == STABLE_CUDA_VERSIONS[channel]
and os == LINUX
):
return f"""For Linux x86 use:
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we get a review from @malfet or @albanD here for this section?

Copy link
Contributor

@huydhn huydhn left a comment

Choose a reason for hiding this comment

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

LGTM!

Copy link
Contributor

@malfet malfet left a comment

Choose a reason for hiding this comment

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

LGTM, though I think generate_binay_build_matrix.py script are somewhat complicated to read atm

@atalman atalman merged commit 8a59b59 into pytorch:main Jan 15, 2026
91 of 94 checks passed
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.

On aarch64, pip install torch resulted in the CPU version?

3 participants