Skip to content

Commit

Permalink
Update torchxla2 installation for torch on mac and others (#7990)
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfeiBai committed Sep 10, 2024
1 parent 5c4bac5 commit 6ff03e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion experimental/torch_xla2/dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-f https://download.pytorch.org/whl/torch
torch==2.4.0+cpu
torch==2.4.0; sys_platform == 'darwin' # macOS
torch==2.4.0+cpu; sys_platform != 'darwin' # Non-macOS (CPU-only), like on TPU
ruff~=0.3.5

0 comments on commit 6ff03e6

Please sign in to comment.