Update torch_xla installation instructions in tpu_basic.rst (#16865)
This commit is contained in:
parent
6b9ddf00dd
commit
df6e37da1c
|
@ -78,7 +78,7 @@ To get a TPU on colab, follow these steps:
|
|||
|
||||
.. code-block::
|
||||
|
||||
!pip install cloud-tpu-client https://storage.googleapis.com/tpu-pytorch/wheels/torch_xla-1.12-cp39-cp39m-linux_x86_64.whl
|
||||
!pip install cloud-tpu-client https://storage.googleapis.com/tpu-pytorch/wheels/torch_xla-1.13-cp38-cp38m-linux_x86_64.whl
|
||||
|
||||
5. Once the above is done, install PyTorch Lightning.
|
||||
|
||||
|
|
Loading…
Reference in New Issue