mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-13 10:07:07 +08:00
Update README.md
This commit is contained in:
parent
e62cb92da2
commit
37272872ca
@ -1,7 +1,9 @@
|
|||||||
#### TPU/XLA Devices
|
#### TPU/XLA Devices
|
||||||
Users with TPU/XLA devices can install the PyTorch XLA stable build with the following command:
|
Users with TPU/XLA devices can install the PyTorch XLA stable build with the following command:
|
||||||
|
|
||||||
```pip install torch~=2.5.0 torch_xla[tpu]~=2.5.0 -f https://storage.googleapis.com/libtpu-releases/index.html```
|
```
|
||||||
|
pip install torch~=2.5.0 torch_xla[tpu]~=2.5.0 -f https://storage.googleapis.com/libtpu-releases/index.html
|
||||||
|
```
|
||||||
|
|
||||||
This is the command to install the nightly 2.6.0 which might have some performance improvements:
|
This is the command to install the nightly 2.6.0 which might have some performance improvements:
|
||||||
|
|
||||||
@ -13,4 +15,6 @@ pip install 'torch_xla[tpu] @ https://storage.googleapis.com/pytorch-xla-release
|
|||||||
|
|
||||||
To get memory info for TPU devices, install the [tpu-info](https://github.com/AI-Hypercomputer/cloud-accelerator-diagnostics/tree/main/tpu_info) package with the following command:
|
To get memory info for TPU devices, install the [tpu-info](https://github.com/AI-Hypercomputer/cloud-accelerator-diagnostics/tree/main/tpu_info) package with the following command:
|
||||||
|
|
||||||
```pip install tpu-info```
|
```
|
||||||
|
pip install tpu-info
|
||||||
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user