Skip to content

Commit

Permalink
changing the requirements to a cpu torch version that works (huggingf…
Browse files Browse the repository at this point in the history
  • Loading branch information
sshahrokhi authored and sheonhan committed Jun 1, 2023
1 parent e5a7550 commit 57b5bba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/flax/vision/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ jaxlib>=0.1.59
flax>=0.3.5
optax>=0.0.8
-f https://download.pytorch.org/whl/torch_stable.html
torch==1.9.0+cpu
torch==1.11.0+cpu
-f https://download.pytorch.org/whl/torch_stable.html
torchvision==0.10.0+cpu
torchvision==0.12.0+cpu

0 comments on commit 57b5bba

Please sign in to comment.