Skip to content

Commit

Permalink
Bump torch from 1.8.1+cu92 to 2.2.0 in /requirements
Browse files Browse the repository at this point in the history
Bumps [torch](https://github.com/pytorch/pytorch) from 1.8.1+cu92 to 2.2.0.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/commits/v2.2.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 4, 2024
1 parent e8879c1 commit 844cc7d
Show file tree
Hide file tree
Showing 23 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions requirements/torch_cu101_linux.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pip install torch==1.8.1+cu101 torchvision==0.9.1+cu101 torchaudio==0.8.1 -f https://download.pytorch.org/whl/torch_stable.html
#pip install torch==2.2.0 torchvision==0.9.1+cu101 torchaudio==0.8.1 -f https://download.pytorch.org/whl/torch_stable.html
--find-links https://download.pytorch.org/whl/torch_stable.html
-r torch_common.txt
torch==1.8.1+cu101; sys_platform == 'linux'
torch==2.2.0; sys_platform == 'linux'
torchvision==0.9.1+cu101; sys_platform == 'linux'
torchtext==0.9.1; sys_platform == 'linux'
torchaudio==0.8.1; sys_platform == 'linux'
4 changes: 2 additions & 2 deletions requirements/torch_cu101_windows.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pip install torch==1.8.1+cu101 torchvision==0.9.1+cu101 torchaudio===0.8.1 -f https://download.pytorch.org/whl/torch_stable.html
#pip install torch==2.2.0 torchvision==0.9.1+cu101 torchaudio===0.8.1 -f https://download.pytorch.org/whl/torch_stable.html
--find-links https://download.pytorch.org/whl/torch_stable.html
-r torch_common.txt
torch==1.8.1+cu101; sys_platform == 'win32'
torch==2.2.0; sys_platform == 'win32'
torchvision==0.9.1+cu101; sys_platform == 'win32'
torchtext==0.9.1; sys_platform == 'win32'
torchaudio==0.8.1; sys_platform == 'win32'
2 changes: 1 addition & 1 deletion requirements/torch_cu102_linux.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pip install torch torchvision torchaudio
-r torch_common.txt
torch==1.12.0; sys_platform == 'linux'
torch==2.2.0; sys_platform == 'linux'
torchvision==0.13.0; sys_platform == 'linux'
torchtext==0.13.0; sys_platform == 'linux'
torchaudio==0.12.0; sys_platform == 'linux'
2 changes: 1 addition & 1 deletion requirements/torch_cu102_windows.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pip install torch===1.9.0 torchvision===0.10.0 torchaudio===0.9.0 -f https://download.pytorch.org/whl/torch_stable.html
--find-links https://download.pytorch.org/whl/torch_stable.html
-r torch_common.txt
torch==1.10.0+cu102; sys_platform == 'win32'
torch==2.2.0; sys_platform == 'win32'
torchvision==0.11.1+cu102; sys_platform == 'win32'
torchtext==0.11.0; sys_platform == 'win32'
torchaudio==0.10.0+cu102; sys_platform == 'win32'
4 changes: 2 additions & 2 deletions requirements/torch_cu111_linux.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pip install torch==1.9.0+cu111 torchvision==0.10.0+cu111 torchaudio===0.9.0 -f https://download.pytorch.org/whl/torch_stable.html
#pip install torch==2.2.0 torchvision==0.10.0+cu111 torchaudio===0.9.0 -f https://download.pytorch.org/whl/torch_stable.html
--find-links https://download.pytorch.org/whl/torch_stable.html
-r torch_common.txt
torch==1.9.0+cu111; sys_platform == 'linux'
torch==2.2.0; sys_platform == 'linux'
torchvision==0.10.0+cu111; sys_platform == 'linux'
torchtext==0.10.0; sys_platform == 'linux'
torchaudio==0.9.0; sys_platform == 'linux'
2 changes: 1 addition & 1 deletion requirements/torch_cu111_windows.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pip install torch===1.9.0+cu111 torchvision===0.10.0+cu111 torchaudio===0.9.0 -f https://download.pytorch.org/whl/torch_stable.html
--find-links https://download.pytorch.org/whl/torch_stable.html
-r torch_common.txt
torch==1.9.0+cu111; sys_platform == 'win32'
torch==2.2.0; sys_platform == 'win32'
torchvision==0.10.0+cu111; sys_platform == 'win32'
torchtext==0.10.0; sys_platform == 'win32'
torchaudio==0.9.0; sys_platform == 'win32'
2 changes: 1 addition & 1 deletion requirements/torch_cu113_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/cu113
--extra-index-url https://download.pytorch.org/whl/cu113
-r torch_common.txt
torch==1.12.0+cu113; sys_platform == 'linux'
torch==2.2.0; sys_platform == 'linux'
torchvision==0.13.0+cu113; sys_platform == 'linux'
torchtext==0.13.0; sys_platform == 'linux'
torchaudio==0.12.0+cu113; sys_platform == 'linux'
2 changes: 1 addition & 1 deletion requirements/torch_cu113_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/cu113
--extra-index-url https://download.pytorch.org/whl/cu113
-r torch_common.txt
torch==1.12.0+cu113; sys_platform == 'win32'
torch==2.2.0; sys_platform == 'win32'
torchvision==0.13.0+cu113; sys_platform == 'win32'
torchtext==0.13.0; sys_platform == 'win32'
torchaudio==0.12.0+cu113; sys_platform == 'win32'
2 changes: 1 addition & 1 deletion requirements/torch_cu116_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/cu116
--extra-index-url https://download.pytorch.org/whl/cu116
-r torch_common.txt
torch==1.13.1+cu116; sys_platform == 'linux'
torch==2.2.0; sys_platform == 'linux'
torchvision==0.14.1+cu116; sys_platform == 'linux'
torchtext==0.14.1; sys_platform == 'linux'
torchaudio==0.13.1+cu116; sys_platform == 'linux'
2 changes: 1 addition & 1 deletion requirements/torch_cu116_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/cu116
--extra-index-url https://download.pytorch.org/whl/cu116
-r torch_common.txt
torch==1.13.1+cu116; sys_platform == 'win32'
torch==2.2.0; sys_platform == 'win32'
torchvision==0.14.1+cu116; sys_platform == 'win32'
torchtext==0.14.1; sys_platform == 'win32'
torchaudio==0.13.1+cu116; sys_platform == 'win32'
2 changes: 1 addition & 1 deletion requirements/torch_cu117_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/cu117
-r torch_common.txt
torch==2.0.1+cu117; sys_platform == 'linux'
torch==2.2.0; sys_platform == 'linux'
torchvision==0.15.2+cu117; sys_platform == 'linux'
torchtext==0.15.2; sys_platform == 'linux'
torchaudio==2.0.2+cu117; sys_platform == 'linux'
2 changes: 1 addition & 1 deletion requirements/torch_cu117_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/cu117
-r torch_common.txt
torch==2.0.1+cu117; sys_platform == 'win32'
torch==2.2.0; sys_platform == 'win32'
torchvision==0.15.2+cu117; sys_platform == 'win32'
torchtext==0.15.2; sys_platform == 'win32'
torchaudio==2.0.2+cu117; sys_platform == 'win32'
2 changes: 1 addition & 1 deletion requirements/torch_cu118_linux.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu118
--extra-index-url https://download.pytorch.org/whl/cu118
-r torch_common.txt
torch==2.4.0+cu118; sys_platform == 'linux'
torch==2.2.0; sys_platform == 'linux'
torchvision==0.19.0+cu118; sys_platform == 'linux'
torchaudio==2.4.0+cu118; sys_platform == 'linux'
2 changes: 1 addition & 1 deletion requirements/torch_cu118_windows.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu118
--extra-index-url https://download.pytorch.org/whl/cu118
-r torch_common.txt
torch==2.4.0+cu118; sys_platform == 'win32'
torch==2.2.0; sys_platform == 'win32'
torchvision==0.19.0+cu118; sys_platform == 'win32'
torchaudio==2.4.0+cu118; sys_platform == 'win32'
2 changes: 1 addition & 1 deletion requirements/torch_cu121_linux.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#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.4.0+cu121; sys_platform == 'linux'
torch==2.2.0; sys_platform == 'linux'
torchvision==0.19.0+cu121; sys_platform == 'linux'
torchaudio==2.4.0+cu121; sys_platform == 'linux'
2 changes: 1 addition & 1 deletion requirements/torch_cu121_windows.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#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.4.0+cu121; sys_platform == 'win32'
torch==2.2.0; sys_platform == 'win32'
torchvision==0.19.0+cu121; sys_platform == 'win32'
torchaudio==2.4.0+cu121; sys_platform == 'win32'
2 changes: 1 addition & 1 deletion requirements/torch_cu92.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r torch_common.txt
torch==1.8.1+cu92
torch==2.2.0
torchvision==0.9.1+cu92
torchtext==0.9.1
torchaudio==0.8.1
4 changes: 2 additions & 2 deletions requirements/torch_cu92_linux.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pip install torch==1.8.1+cu92 torchvision==0.9.1+cu92 torchaudio==0.8.1 -f https://download.pytorch.org/whl/torch_stable.html
#pip install torch==2.2.0 torchvision==0.9.1+cu92 torchaudio==0.8.1 -f https://download.pytorch.org/whl/torch_stable.html
--find-links https://download.pytorch.org/whl/torch_stable.html
-r torch_common.txt
torch==1.8.1+cu92; sys_platform == 'linux'
torch==2.2.0; sys_platform == 'linux'
torchvision==0.9.1+cu92; sys_platform == 'linux'
torchtext==0.9.1; sys_platform == 'linux'
torchaudio==0.8.1; sys_platform == 'linux'
2 changes: 1 addition & 1 deletion requirements/torch_darwin.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pip install torch torchvision torchaudio
--extra-index-url https://download.pytorch.org/whl/cpu
-r torch_common.txt
torch==2.4.0; sys_platform == 'darwin'
torch==2.2.0; sys_platform == 'darwin'
torchvision==0.19.0; sys_platform == 'darwin'
torchaudio==2.4.0; sys_platform == 'darwin'
2 changes: 1 addition & 1 deletion requirements/torch_linux.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#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.4.0+cpu; sys_platform == 'linux'
torch==2.2.0; sys_platform == 'linux'
torchvision==0.19.0+cpu; sys_platform == 'linux'
torchaudio==2.4.0+cpu; sys_platform == 'linux'
2 changes: 1 addition & 1 deletion requirements/torch_linux_aarch64.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#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.4.0; sys_platform == 'linux' and platform_machine == 'aarch64'
torch==2.2.0; sys_platform == 'linux' and platform_machine == 'aarch64'
torchvision==0.19.0; sys_platform == 'linux' and platform_machine == 'aarch64'
torchaudio==2.4.0; sys_platform == 'linux' and platform_machine == 'aarch64'
2 changes: 1 addition & 1 deletion requirements/torch_neuronx_linux.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--extra-index-url https://download.pytorch.org/whl/cpu
-r torch_common.txt
torch==2.1.2+cpu
torch==2.2.0
torchvision==0.16.2+cpu
torchtext==0.16.2
torchaudio==2.1.2+cpu
2 changes: 1 addition & 1 deletion requirements/torch_windows.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pip install torch torchvision torchaudio
--extra-index-url https://download.pytorch.org/whl/cpu
-r torch_common.txt
torch==2.4.0; sys_platform == 'win32'
torch==2.2.0; sys_platform == 'win32'
torchvision==0.19.0; sys_platform == 'win32'
torchaudio==2.4.0; sys_platform == 'win32'

0 comments on commit 844cc7d

Please sign in to comment.