-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Missing pip install for torch==2.4.0+cpu
#133128
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
Comments
Hi, this link is deprecated since 2.4. Please use the official installation guide instead. |
1. Bump pytorch and ipex to 2.4.0 2. update the link of `TORCH_CPU_URL`. `https://download.pytorch.org/whl/cpu/torch_stable.html` is deprecated since torch 2.4. See pytorch/pytorch#133128. Signed-off-by: ChengyuZhu6 <[email protected]>
Still it is not available for macosx x86 platform |
Hi @mvpatel2000 and @nisarpro Please use official install commands from https://pytorch.org/get-started/locally/
MacOS x86 binaries where deprecated since release 2.3.0. |
Closing as resolved. We previously used the command in original post for building dockerfiles for specific versions. I have now replaced it with:
|
This still installs torch 2.2.2 but not 2.4.0
On Monday, August 19, 2024 at 10:41:25 PM GMT+5:30, Mihir Patel ***@***.***> wrote:
Closing as resolved.
We previously used the command in original post for building dockerfiles for specific versions. I have now replaced it with:
pip${PYTHON_VERSION} install --no-cache-dir --find-links https://download.pytorch.org/whl/torch/ \
torch==${PYTORCH_VERSION}+${CUDA_VERSION_TAG}
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
This still installs torch 2.2.2 but not 2.4.0 |
python --version pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu but not 2.4.0 |
me too |
I am also experiencing this issue on M2 Mac. Tried using pip and conda, both can only install up to version 2.3.0 |
for example, there is no whl for macos + intel version , and this is the official announcement issue |
Uh oh!
There was an error while loading. Please reload this page.
🐛 Describe the bug
Previously,
pip install --no-cache-dir --find-links https://download.pytorch.org/whl/torch_stable.html torch==2.3.1+cpu
worked to install CPU version explicitly.However,
pip install --no-cache-dir --find-links https://download.pytorch.org/whl/torch_stable.html torch==2.4.0+cpu
does not work. Are the whl files for 2.4 missing?Versions
N/A
cc @seemethere @malfet @osalpekar @atalman
The text was updated successfully, but these errors were encountered: