Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfeiBai committed Oct 9, 2023
1 parent d515935 commit a5ccdfe
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ To install PyTorch/XLA a new TPU VM:
pip install torch~=2.1.0 torch_xla[tpu]~=2.1.0 -f https://storage.googleapis.com/libtpu-releases/index.html
```

To install torch 2.1 for cpu without cuda, and torch_xla 2.1, please use:
```
pip install torch~=2.1.0 torch_xla[tpu]~=2.1.0 -f https://storage.googleapis.com/libtpu-releases/index.html --index-url https://download.pytorch.org/whl/cpu
```

To update your existing training loop, make the following changes:

```diff
Expand Down

0 comments on commit a5ccdfe

Please sign in to comment.