-
Notifications
You must be signed in to change notification settings - Fork 480
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
libtpu not installed with nightly build #7731
Comments
suspect this is a pip issue, if you do
what would you see? |
That "CPU" in the first command for the installation isn't a typo right? |
cpu part is for the torchvision, it actually has nothing to do with the libtpu. To install the libtpu you can run
Let me move this up in our README, it is mentioned in https://github.com/pytorch/xla#python-packages but it is hard to find. I will fix it tmr. |
OK yup that fixed it, thanks! I saw that line in the README but assumed that would install stable not nightly. |
❓ Questions and Help
Hi - I followed the instructions for the nightly build install (on a v4-8), i.e.
which ran successfully (pip claims), but this isn't giving me access to the TPU. When I try to run the test code from the Troubleshooting page I get an error that
libtpu
wasn't found. Am I missing an installation step?The text was updated successfully, but these errors were encountered: