Skip to content

Commit

Permalink
specify wheels for oter platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
lsy323 committed Apr 25, 2024
1 parent e04a0ee commit 04d5049
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/gpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,11 @@ source ~/.bashrc
### Wheel
```
pip3 install torch==2.3.0
# GPU whl for python 3.10 + cuda 12.1
pip3 install https://storage.googleapis.com/pytorch-xla-releases/wheels/cuda/12.1/torch_xla-2.3.0-cp310-cp310-manylinux_2_28_x86_64.whl
```
Wheels for other Python version and CUDA version can be found [here](https://github.com/pytorch/xla?tab=readme-ov-file#available-docker-images-and-wheels).


## Run a simple model
In order to run below examples, you need to clone the pytorch/xla repo to access the imagenet example(We already clone it in our docker).
Expand Down

0 comments on commit 04d5049

Please sign in to comment.