-
Notifications
You must be signed in to change notification settings - Fork 211
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
Issues with CPU only binaries install #370
Comments
FWIW when I tried the below it installed rocm binaries on my cuda machine
The default behavior is unpredictable so adding the architecture at the end is usually the right thing to do Although packaging the CUDA runtime libraries does not feel right so that we'll fix And we don't really need expecttest or hypothesis as dependencies so I just removed those here #369 |
hi @drisspg is this colab only issue ? I am running on linux and everything installs correctly:
|
Yeah I have only seen this on colab |
I believe these are fixed |
Summary
Error 1
Running in colab if I want to only install the cpu version to my machine there are some issues:
%pip install --pre torchao-nightly --index-url https://download.pytorch.org/whl/nightly/ # CPU only builds
This in fact does not work and errors with:
Error 2
Lets say I preinstall the missing packags
I then get:
Which looks lik eits trying to get nvidia realted things even though I am trying to only get the cpu build
If I run:
things work but installs nvidia runtime libraries
The text was updated successfully, but these errors were encountered: