Skip to content

Commit

Permalink
Updating to PyTorch 2.3 (#3109)
Browse files Browse the repository at this point in the history
  • Loading branch information
agunapal authored Apr 24, 2024
1 parent 6ae146d commit 646b3d8
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 28 deletions.
8 changes: 4 additions & 4 deletions requirements/torch_cu118_linux.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu117
--extra-index-url https://download.pytorch.org/whl/cu118
-r torch_common.txt
torch==2.2.1+cu118; sys_platform == 'linux'
torchvision==0.17.1+cu118; sys_platform == 'linux'
torchtext==0.17.1; sys_platform == 'linux'
torchaudio==2.2.1+cu118; sys_platform == 'linux'
torch==2.3.0+cu118; sys_platform == 'linux'
torchvision==0.18.0+cu118; sys_platform == 'linux'
torchtext==0.18.0; sys_platform == 'linux'
torchaudio==2.3.0+cu118; sys_platform == 'linux'
8 changes: 4 additions & 4 deletions requirements/torch_cu118_windows.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu117
--extra-index-url https://download.pytorch.org/whl/cu118
-r torch_common.txt
torch==2.2.1+cu118; sys_platform == 'linux'
torchvision==0.17.1+cu118; sys_platform == 'linux'
torchtext==0.17.1; sys_platform == 'linux'
torchaudio==2.2.1+cu118; sys_platform == 'linux'
torch==2.3.0+cu118; sys_platform == 'linux'
torchvision==0.18.0+cu118; sys_platform == 'linux'
torchtext==0.18.0; sys_platform == 'linux'
torchaudio==2.3.0+cu118; sys_platform == 'linux'
8 changes: 4 additions & 4 deletions requirements/torch_cu121_linux.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu121
--extra-index-url https://download.pytorch.org/whl/cu121
-r torch_common.txt
torch==2.2.1+cu121; sys_platform == 'linux'
torchvision==0.17.1+cu121; sys_platform == 'linux'
torchtext==0.17.1; sys_platform == 'linux'
torchaudio==2.2.1+cu121; sys_platform == 'linux'
torch==2.3.0+cu121; sys_platform == 'linux'
torchvision==0.18.0+cu121; sys_platform == 'linux'
torchtext==0.18.0; sys_platform == 'linux'
torchaudio==2.3.0+cu121; sys_platform == 'linux'
8 changes: 4 additions & 4 deletions requirements/torch_cu121_windows.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu121
--extra-index-url https://download.pytorch.org/whl/cu121
-r torch_common.txt
torch==2.2.1+cu121; sys_platform == 'linux'
torchvision==0.17.1+cu121; sys_platform == 'linux'
torchtext==0.17.1; sys_platform == 'linux'
torchaudio==2.2.1+cu121; sys_platform == 'linux'
torch==2.3.0+cu121; sys_platform == 'linux'
torchvision==0.18.0+cu121; sys_platform == 'linux'
torchtext==0.18.0; sys_platform == 'linux'
torchaudio==2.3.0+cu121; sys_platform == 'linux'
8 changes: 4 additions & 4 deletions requirements/torch_darwin.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pip install torch torchvision torchaudio
--extra-index-url https://download.pytorch.org/whl/cpu
-r torch_common.txt
torch==2.2.1; sys_platform == 'darwin'
torchvision==0.17.1; sys_platform == 'darwin'
torchtext==0.17.1; sys_platform == 'darwin'
torchaudio==2.2.1; sys_platform == 'darwin'
torch==2.3.0; sys_platform == 'darwin'
torchvision==0.18.0; sys_platform == 'darwin'
torchtext==0.18.0; sys_platform == 'darwin'
torchaudio==2.3.0; sys_platform == 'darwin'
8 changes: 4 additions & 4 deletions requirements/torch_linux.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu
--extra-index-url https://download.pytorch.org/whl/cpu
-r torch_common.txt
torch==2.2.1+cpu; sys_platform == 'linux'
torchvision==0.17.1+cpu; sys_platform == 'linux'
torchtext==0.17.1; sys_platform == 'linux'
torchaudio==2.2.1+cpu; sys_platform == 'linux'
torch==2.3.0+cpu; sys_platform == 'linux'
torchvision==0.18.0+cpu; sys_platform == 'linux'
torchtext==0.18.0; sys_platform == 'linux'
torchaudio==2.3.0+cpu; sys_platform == 'linux'
8 changes: 4 additions & 4 deletions requirements/torch_windows.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pip install torch torchvision torchaudio
--extra-index-url https://download.pytorch.org/whl/cpu
-r torch_common.txt
torch==2.2.1; sys_platform == 'win32'
torchvision==0.17.1; sys_platform == 'win32'
torchtext==0.17.1; sys_platform == 'win32'
torchaudio==2.2.1; sys_platform == 'win32'
torch==2.3.0; sys_platform == 'win32'
torchvision==0.18.0; sys_platform == 'win32'
torchtext==0.18.0; sys_platform == 'win32'
torchaudio==2.3.0; sys_platform == 'win32'

0 comments on commit 646b3d8

Please sign in to comment.