File tree Expand file tree Collapse file tree 21 files changed +61
-61
lines changed
.github/unittest/linux_libs Expand file tree Collapse file tree 21 files changed +61
-61
lines changed Original file line number Diff line number Diff line change 28
28
# submodules
29
29
git submodule sync && git submodule update --init --recursive
30
30
31
- printf " Installing PyTorch with cu121 "
31
+ printf " Installing PyTorch with cu124 "
32
32
if [[ " $TORCH_VERSION " == " nightly" ]]; then
33
33
if [ " ${CU_VERSION:- } " == cpu ] ; then
34
34
pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu -U
35
35
else
36
- pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu121 -U
36
+ pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu124 -U
37
37
fi
38
38
elif [[ " $TORCH_VERSION " == " stable" ]]; then
39
39
if [ " ${CU_VERSION:- } " == cpu ] ; then
40
40
pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu
41
41
else
42
- pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu121
42
+ pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu124
43
43
fi
44
44
else
45
45
printf " Failed to install pytorch"
Original file line number Diff line number Diff line change 25
25
# submodules
26
26
git submodule sync && git submodule update --init --recursive
27
27
28
- printf " Installing PyTorch with cu121 "
28
+ printf " Installing PyTorch with cu124 "
29
29
if [[ " $TORCH_VERSION " == " nightly" ]]; then
30
30
if [ " ${CU_VERSION:- } " == cpu ] ; then
31
31
pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu -U
32
32
else
33
- pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu121 -U
33
+ pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu124 -U
34
34
fi
35
35
elif [[ " $TORCH_VERSION " == " stable" ]]; then
36
36
if [ " ${CU_VERSION:- } " == cpu ] ; then
37
37
pip3 install torch --index-url https://download.pytorch.org/whl/cpu -U
38
38
else
39
- pip3 install torch --index-url https://download.pytorch.org/whl/cu121
39
+ pip3 install torch --index-url https://download.pytorch.org/whl/cu124
40
40
fi
41
41
else
42
42
printf " Failed to install pytorch"
Original file line number Diff line number Diff line change 25
25
# submodules
26
26
git submodule sync && git submodule update --init --recursive
27
27
28
- printf " Installing PyTorch with cu121 "
28
+ printf " Installing PyTorch with cu124 "
29
29
if [[ " $TORCH_VERSION " == " nightly" ]]; then
30
30
if [ " ${CU_VERSION:- } " == cpu ] ; then
31
31
pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu -U
32
32
else
33
- pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu121 -U
33
+ pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu124 -U
34
34
fi
35
35
elif [[ " $TORCH_VERSION " == " stable" ]]; then
36
36
if [ " ${CU_VERSION:- } " == cpu ] ; then
37
37
pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu
38
38
else
39
- pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu121
39
+ pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu124
40
40
fi
41
41
else
42
42
printf " Failed to install pytorch"
Original file line number Diff line number Diff line change 28
28
# submodules
29
29
git submodule sync && git submodule update --init --recursive
30
30
31
- printf " Installing PyTorch with cu121 "
31
+ printf " Installing PyTorch with cu124 "
32
32
if [[ " $TORCH_VERSION " == " nightly" ]]; then
33
33
if [ " ${CU_VERSION:- } " == cpu ] ; then
34
34
pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu -U
35
35
else
36
- pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu121 -U
36
+ pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu124 -U
37
37
fi
38
38
elif [[ " $TORCH_VERSION " == " stable" ]]; then
39
39
if [ " ${CU_VERSION:- } " == cpu ] ; then
40
40
pip3 install torch --index-url https://download.pytorch.org/whl/cpu
41
41
else
42
- pip3 install torch --index-url https://download.pytorch.org/whl/cu121
42
+ pip3 install torch --index-url https://download.pytorch.org/whl/cu124
43
43
fi
44
44
else
45
45
printf " Failed to install pytorch"
Original file line number Diff line number Diff line change 26
26
# submodules
27
27
git submodule sync && git submodule update --init --recursive
28
28
29
- printf " Installing PyTorch with cu121 "
29
+ printf " Installing PyTorch with cu124 "
30
30
if [ " ${CU_VERSION:- } " == cpu ] ; then
31
31
pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu -U
32
32
else
33
- pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu121 -U
33
+ pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu124 -U
34
34
fi
35
35
36
36
# smoke test
Original file line number Diff line number Diff line change 28
28
# submodules
29
29
git submodule sync && git submodule update --init --recursive
30
30
31
- printf " Installing PyTorch with cu121 "
31
+ printf " Installing PyTorch with cu124 "
32
32
if [[ " $TORCH_VERSION " == " nightly" ]]; then
33
33
if [ " ${CU_VERSION:- } " == cpu ] ; then
34
34
pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu -U
35
35
else
36
- pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu121 -U
36
+ pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu124 -U
37
37
fi
38
38
elif [[ " $TORCH_VERSION " == " stable" ]]; then
39
39
if [ " ${CU_VERSION:- } " == cpu ] ; then
40
40
pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu
41
41
else
42
- pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu121
42
+ pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu124
43
43
fi
44
44
else
45
45
printf " Failed to install pytorch"
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ git submodule sync && git submodule update --init --recursive
21
21
22
22
printf " Installing PyTorch with %s\n" " ${CU_VERSION} "
23
23
if [[ " $TORCH_VERSION " == " nightly" ]]; then
24
- pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu121 -U
24
+ pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu124 -U
25
25
elif [[ " $TORCH_VERSION " == " stable" ]]; then
26
- pip3 install torch --index-url https://download.pytorch.org/whl/cu121
26
+ pip3 install torch --index-url https://download.pytorch.org/whl/cu124
27
27
fi
28
28
29
29
# install tensordict
Original file line number Diff line number Diff line change 25
25
# submodules
26
26
git submodule sync && git submodule update --init --recursive
27
27
28
- printf " Installing PyTorch with cu121 "
28
+ printf " Installing PyTorch with cu124 "
29
29
if [[ " $TORCH_VERSION " == " nightly" ]]; then
30
30
if [ " ${CU_VERSION:- } " == cpu ] ; then
31
31
pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu -U
32
32
else
33
- pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu121 -U
33
+ pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu124 -U
34
34
fi
35
35
elif [[ " $TORCH_VERSION " == " stable" ]]; then
36
36
if [ " ${CU_VERSION:- } " == cpu ] ; then
37
37
pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu
38
38
else
39
- pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu121
39
+ pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu124
40
40
fi
41
41
else
42
42
printf " Failed to install pytorch"
Original file line number Diff line number Diff line change 25
25
# submodules
26
26
git submodule sync && git submodule update --init --recursive
27
27
28
- printf " Installing PyTorch with cu121 "
28
+ printf " Installing PyTorch with cu124 "
29
29
if [[ " $TORCH_VERSION " == " nightly" ]]; then
30
30
if [ " ${CU_VERSION:- } " == cpu ] ; then
31
31
pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu -U
32
32
else
33
- pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu121 -U
33
+ pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu124 -U
34
34
fi
35
35
elif [[ " $TORCH_VERSION " == " stable" ]]; then
36
36
if [ " ${CU_VERSION:- } " == cpu ] ; then
37
37
pip3 install torch --index-url https://download.pytorch.org/whl/cpu
38
38
else
39
- pip3 install torch --index-url https://download.pytorch.org/whl/cu121
39
+ pip3 install torch --index-url https://download.pytorch.org/whl/cu124
40
40
fi
41
41
else
42
42
printf " Failed to install pytorch"
Original file line number Diff line number Diff line change 28
28
# submodules
29
29
git submodule sync && git submodule update --init --recursive
30
30
31
- printf " Installing PyTorch with cu121 "
31
+ printf " Installing PyTorch with cu124 "
32
32
if [[ " $TORCH_VERSION " == " nightly" ]]; then
33
33
if [ " ${CU_VERSION:- } " == cpu ] ; then
34
34
pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu -U
35
35
else
36
- pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu121 -U
36
+ pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu124 -U
37
37
fi
38
38
elif [[ " $TORCH_VERSION " == " stable" ]]; then
39
39
if [ " ${CU_VERSION:- } " == cpu ] ; then
40
40
pip3 install torch --index-url https://download.pytorch.org/whl/cpu
41
41
else
42
- pip3 install torch --index-url https://download.pytorch.org/whl/cu121
42
+ pip3 install torch --index-url https://download.pytorch.org/whl/cu124
43
43
fi
44
44
else
45
45
printf " Failed to install pytorch"
You can’t perform that action at this time.
0 commit comments