Commit ccc3f95 1 parent e32e95a commit ccc3f95 Copy full SHA for ccc3f95
File tree 8 files changed +29
-29
lines changed
8 files changed +29
-29
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ function install_kineto() {
74
74
}
75
75
76
76
function install_libtorch() {
77
- TORCH_VERSION=" 2.2.0 "
77
+ TORCH_VERSION=" 2.2.1 "
78
78
if [ " $PLATFORM " = " Mac" ]; then
79
79
if [ ! -d " $DEPS_DIR /libtorch" ]; then
80
80
if [[ $( uname -m) == ' x86_64' ]]; then
Original file line number Diff line number Diff line change 1
1
#pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu117
2
2
--extra-index-url https://download.pytorch.org/whl/cu118
3
3
-r torch_common.txt
4
- torch==2.2.0 +cu118; sys_platform == 'linux'
5
- torchvision==0.17.0 +cu118; sys_platform == 'linux'
6
- torchtext==0.17.0 ; sys_platform == 'linux'
7
- torchaudio==2.2.0 +cu118; sys_platform == 'linux'
4
+ torch==2.2.1 +cu118; sys_platform == 'linux'
5
+ torchvision==0.17.1 +cu118; sys_platform == 'linux'
6
+ torchtext==0.17.1 ; sys_platform == 'linux'
7
+ torchaudio==2.2.1 +cu118; sys_platform == 'linux'
Original file line number Diff line number Diff line change 1
1
#pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu117
2
2
--extra-index-url https://download.pytorch.org/whl/cu118
3
3
-r torch_common.txt
4
- torch==2.2.0 +cu118; sys_platform == 'linux'
5
- torchvision==0.17.0 +cu118; sys_platform == 'linux'
6
- torchtext==0.17.0 ; sys_platform == 'linux'
7
- torchaudio==2.2.0 +cu118; sys_platform == 'linux'
4
+ torch==2.2.1 +cu118; sys_platform == 'linux'
5
+ torchvision==0.17.1 +cu118; sys_platform == 'linux'
6
+ torchtext==0.17.1 ; sys_platform == 'linux'
7
+ torchaudio==2.2.1 +cu118; sys_platform == 'linux'
Original file line number Diff line number Diff line change 1
1
#pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu121
2
2
--extra-index-url https://download.pytorch.org/whl/cu121
3
3
-r torch_common.txt
4
- torch==2.2.0 +cu121; sys_platform == 'linux'
5
- torchvision==0.17.0 +cu121; sys_platform == 'linux'
6
- torchtext==0.17.0 ; sys_platform == 'linux'
7
- torchaudio==2.2.0 +cu121; sys_platform == 'linux'
4
+ torch==2.2.1 +cu121; sys_platform == 'linux'
5
+ torchvision==0.17.1 +cu121; sys_platform == 'linux'
6
+ torchtext==0.17.1 ; sys_platform == 'linux'
7
+ torchaudio==2.2.1 +cu121; sys_platform == 'linux'
Original file line number Diff line number Diff line change 1
1
#pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu121
2
2
--extra-index-url https://download.pytorch.org/whl/cu121
3
3
-r torch_common.txt
4
- torch==2.2.0 +cu121; sys_platform == 'linux'
5
- torchvision==0.17.0 +cu121; sys_platform == 'linux'
6
- torchtext==0.17.0 ; sys_platform == 'linux'
7
- torchaudio==2.2.0 +cu121; sys_platform == 'linux'
4
+ torch==2.2.1 +cu121; sys_platform == 'linux'
5
+ torchvision==0.17.1 +cu121; sys_platform == 'linux'
6
+ torchtext==0.17.1 ; sys_platform == 'linux'
7
+ torchaudio==2.2.1 +cu121; sys_platform == 'linux'
Original file line number Diff line number Diff line change 1
1
#pip install torch torchvision torchaudio
2
2
--extra-index-url https://download.pytorch.org/whl/cpu
3
3
-r torch_common.txt
4
- torch==2.2.0 ; sys_platform == 'darwin'
5
- torchvision==0.17.0 ; sys_platform == 'darwin'
6
- torchtext==0.17.0 ; sys_platform == 'darwin'
7
- torchaudio==2.2.0 ; sys_platform == 'darwin'
4
+ torch==2.2.1 ; sys_platform == 'darwin'
5
+ torchvision==0.17.1 ; sys_platform == 'darwin'
6
+ torchtext==0.17.1 ; sys_platform == 'darwin'
7
+ torchaudio==2.2.1 ; sys_platform == 'darwin'
Original file line number Diff line number Diff line change 1
1
#pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu
2
2
--extra-index-url https://download.pytorch.org/whl/cpu
3
3
-r torch_common.txt
4
- torch==2.2.0 +cpu; sys_platform == 'linux'
5
- torchvision==0.17.0 +cpu; sys_platform == 'linux'
6
- torchtext==0.17.0 ; sys_platform == 'linux'
7
- torchaudio==2.2.0 +cpu; sys_platform == 'linux'
4
+ torch==2.2.1 +cpu; sys_platform == 'linux'
5
+ torchvision==0.17.1 +cpu; sys_platform == 'linux'
6
+ torchtext==0.17.1 ; sys_platform == 'linux'
7
+ torchaudio==2.2.1 +cpu; sys_platform == 'linux'
Original file line number Diff line number Diff line change 1
1
#pip install torch torchvision torchaudio
2
2
--extra-index-url https://download.pytorch.org/whl/cpu
3
3
-r torch_common.txt
4
- torch==2.2.0 ; sys_platform == 'win32'
5
- torchvision==0.17.0 ; sys_platform == 'win32'
6
- torchtext==0.17.0 ; sys_platform == 'win32'
7
- torchaudio==2.2.0 ; sys_platform == 'win32'
4
+ torch==2.2.1 ; sys_platform == 'win32'
5
+ torchvision==0.17.1 ; sys_platform == 'win32'
6
+ torchtext==0.17.1 ; sys_platform == 'win32'
7
+ torchaudio==2.2.1 ; sys_platform == 'win32'
You can’t perform that action at this time.
0 commit comments