Skip to content

Commit

Permalink
update test wheels with official 2.1 wheels (#2684)
Browse files Browse the repository at this point in the history
  • Loading branch information
agunapal committed Oct 6, 2023
1 parent cddbcfe commit e29512a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/torch_cu121_linux.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu121
--extra-index-url https://download.pytorch.org/whl/test/cu121
--extra-index-url https://download.pytorch.org/whl/cu121
-r torch_common.txt
torch==2.1.0+cu121; sys_platform == 'linux'
torchvision==0.16.0+cu121; sys_platform == 'linux'
Expand Down
2 changes: 1 addition & 1 deletion requirements/torch_darwin.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#pip install torch torchvision torchaudio
--extra-index-url https://download.pytorch.org/whl/test/cpu
--extra-index-url https://download.pytorch.org/whl/cpu
-r torch_common.txt
torch==2.1.0; sys_platform == 'darwin'
torchvision==0.16.0; sys_platform == 'darwin'
Expand Down
2 changes: 1 addition & 1 deletion requirements/torch_linux.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu
--extra-index-url https://download.pytorch.org/whl/test/cpu
--extra-index-url https://download.pytorch.org/whl/cpu
-r torch_common.txt
torch==2.1.0+cpu; sys_platform == 'linux'
torchvision==0.16.0+cpu; sys_platform == 'linux'
Expand Down
2 changes: 1 addition & 1 deletion requirements/torch_windows.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#pip install torch torchvision torchaudio
--extra-index-url https://download.pytorch.org/whl/test/cpu
--extra-index-url https://download.pytorch.org/whl/cpu
-r torch_common.txt
torch==2.1.0; sys_platform == 'win32'
torchvision==0.16.0; sys_platform == 'win32'
Expand Down

0 comments on commit e29512a

Please sign in to comment.