-
Notifications
You must be signed in to change notification settings - Fork 478
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
Does PyTorch/XLA nightly provide GPU support? #7766
Comments
@lsy323 can you take a look? I think we just need an instruction to download torch nightly with cuda |
Hi @titaiwangms, please install the GPU plug-in by following https://github.com/pytorch/xla?tab=readme-ov-file#gpu-plugin. And we have the GPU guide at https://github.com/pytorch/xla/blob/master/docs/gpu.md. |
Hi @lsy323, Thanks for the quick reply! For the first link https://github.com/pytorch/xla?tab=readme-ov-file#gpu-plugin, Is there a way that I can install with pytorch-nightly? It's supporting 2.4 release version. I am looking for something like:
Or I can only build on xla-nightly docker image (or build from source)? |
Hi @titaiwangms, We have the nightly GPU plugin at |
❓ Questions and Help
In README.md, there is nightly support on TPU
But there is no instructions of XLA nightly support on GPU plugin. Is there a way that I can download PyTorch/XLA compatible version with torch-nightly?
The text was updated successfully, but these errors were encountered: