Skip to content

Commit

Permalink
fix requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob1in committed Jul 18, 2024
1 parent 54ecb77 commit fdbf115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ torch; sys_platform == 'darwin'
torch==2.2.1+cpu; sys_platform == 'linux'
-f https://download.pytorch.org/whl/cpu/torch_stable.html

torchvision == 0.18
torchvision == 0.18 == 'darwin'
torchvision==0.17.2+cpu;sys_platform == 'linux'
-f https://download.pytorch.org/whl/cpu/torch_stable.html

Expand Down

0 comments on commit fdbf115

Please sign in to comment.