File tree 29 files changed +114
-114
lines changed
29 files changed +114
-114
lines changed 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 cu124 "
29
+ printf " Installing PyTorch with cu128 "
30
30
if [[ " $TORCH_VERSION " == " nightly" ]]; then
31
31
if [ " ${CU_VERSION:- } " == cpu ] ; then
32
32
pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu -U
33
33
else
34
- pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu124 -U
34
+ pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu128 -U
35
35
fi
36
36
elif [[ " $TORCH_VERSION " == " stable" ]]; then
37
37
if [ " ${CU_VERSION:- } " == cpu ] ; then
38
38
pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu
39
39
else
40
- pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu124
40
+ pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu128
41
41
fi
42
42
else
43
43
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 cu124 "
28
+ printf " Installing PyTorch with cu128 "
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/cu124 -U
33
+ pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu128 -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/cu124
39
+ pip3 install torch --index-url https://download.pytorch.org/whl/cu128
40
40
fi
41
41
else
42
42
printf " Failed to install pytorch"
Original file line number Diff line number Diff line change 41
41
# submodules
42
42
git submodule sync && git submodule update --init --recursive
43
43
44
- printf " Installing PyTorch with cu124 "
44
+ printf " Installing PyTorch with cu128 "
45
45
if [[ " $TORCH_VERSION " == " nightly" ]]; then
46
46
if [ " ${CU_VERSION:- } " == cpu ] ; then
47
47
pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu -U
48
48
else
49
- pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu124 -U
49
+ pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu128 -U
50
50
fi
51
51
elif [[ " $TORCH_VERSION " == " stable" ]]; then
52
52
if [ " ${CU_VERSION:- } " == cpu ] ; then
53
53
pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu
54
54
else
55
- pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu124
55
+ pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu128
56
56
fi
57
57
else
58
58
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 cu124 "
29
+ printf " Installing PyTorch with cu128 "
30
30
if [[ " $TORCH_VERSION " == " nightly" ]]; then
31
31
if [ " ${CU_VERSION:- } " == cpu ] ; then
32
32
pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu -U
33
33
else
34
- pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu124 -U
34
+ pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu128 -U
35
35
fi
36
36
elif [[ " $TORCH_VERSION " == " stable" ]]; then
37
37
if [ " ${CU_VERSION:- } " == cpu ] ; then
38
38
pip3 install torch --index-url https://download.pytorch.org/whl/cpu
39
39
else
40
- pip3 install torch --index-url https://download.pytorch.org/whl/cu124
40
+ pip3 install torch --index-url https://download.pytorch.org/whl/cu128
41
41
fi
42
42
else
43
43
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 cu124 "
29
+ printf " Installing PyTorch with cu128 "
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/cu124 -U
33
+ pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu128 -U
34
34
fi
35
35
36
36
# smoke test
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 cu124 "
29
+ printf " Installing PyTorch with cu128 "
30
30
if [[ " $TORCH_VERSION " == " nightly" ]]; then
31
31
if [ " ${CU_VERSION:- } " == cpu ] ; then
32
32
pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu -U
33
33
else
34
- pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu124 -U
34
+ pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu128 -U
35
35
fi
36
36
elif [[ " $TORCH_VERSION " == " stable" ]]; then
37
37
if [ " ${CU_VERSION:- } " == cpu ] ; then
38
38
pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu
39
39
else
40
- pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu124
40
+ pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu128
41
41
fi
42
42
else
43
43
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/cu124 -U
24
+ pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu128 -U
25
25
elif [[ " $TORCH_VERSION " == " stable" ]]; then
26
- pip3 install torch --index-url https://download.pytorch.org/whl/cu124
26
+ pip3 install torch --index-url https://download.pytorch.org/whl/cu128
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 cu124 "
28
+ printf " Installing PyTorch with cu128 "
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/cu124 -U
33
+ pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu128 -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/cu124
39
+ pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu128
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 cu124 "
28
+ printf " Installing PyTorch with cu128 "
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/cu124 -U
33
+ pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu128 -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/cu124
39
+ pip3 install torch --index-url https://download.pytorch.org/whl/cu128
40
40
fi
41
41
else
42
42
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 cu124 "
29
+ printf " Installing PyTorch with cu128 "
30
30
if [[ " $TORCH_VERSION " == " nightly" ]]; then
31
31
if [ " ${CU_VERSION:- } " == cpu ] ; then
32
32
pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu -U
33
33
else
34
- pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu124 -U
34
+ pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu128 -U
35
35
fi
36
36
elif [[ " $TORCH_VERSION " == " stable" ]]; then
37
37
if [ " ${CU_VERSION:- } " == cpu ] ; then
38
38
pip3 install torch --index-url https://download.pytorch.org/whl/cpu
39
39
else
40
- pip3 install torch --index-url https://download.pytorch.org/whl/cu124
40
+ pip3 install torch --index-url https://download.pytorch.org/whl/cu128
41
41
fi
42
42
else
43
43
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 cu124 "
28
+ printf " Installing PyTorch with cu128 "
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/cu124 -U
33
+ pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu128 -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/cu124
39
+ pip3 install torch --index-url https://download.pytorch.org/whl/cu128
40
40
fi
41
41
else
42
42
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 cu124 "
29
+ printf " Installing PyTorch with cu128 "
30
30
if [[ " $TORCH_VERSION " == " nightly" ]]; then
31
31
if [ " ${CU_VERSION:- } " == cpu ] ; then
32
32
pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu -U
33
33
else
34
- pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu124 -U
34
+ pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu128 -U
35
35
fi
36
36
elif [[ " $TORCH_VERSION " == " stable" ]]; then
37
37
if [ " ${CU_VERSION:- } " == cpu ] ; then
38
38
pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu -U
39
39
else
40
- pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu124 -U
40
+ pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu128 -U
41
41
fi
42
42
else
43
43
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 cu124 "
28
+ printf " Installing PyTorch with cu128 "
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/cu124 -U
33
+ pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu128 -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/cu124
39
+ pip3 install torch --index-url https://download.pytorch.org/whl/cu128
40
40
fi
41
41
else
42
42
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 cu124 "
29
+ printf " Installing PyTorch with cu128 "
30
30
if [[ " $TORCH_VERSION " == " nightly" ]]; then
31
31
if [ " ${CU_VERSION:- } " == cpu ] ; then
32
32
pip3 install --pre torch " numpy<2.0.0" --index-url https://download.pytorch.org/whl/nightly/cpu -U
33
33
else
34
- pip3 install --pre torch " numpy<2.0.0" --index-url https://download.pytorch.org/whl/nightly/cu124 -U
34
+ pip3 install --pre torch " numpy<2.0.0" --index-url https://download.pytorch.org/whl/nightly/cu128 -U
35
35
fi
36
36
elif [[ " $TORCH_VERSION " == " stable" ]]; then
37
37
if [ " ${CU_VERSION:- } " == cpu ] ; then
38
38
pip3 install torch " numpy<2.0.0" --index-url https://download.pytorch.org/whl/cpu
39
39
else
40
- pip3 install torch " numpy<2.0.0" --index-url https://download.pytorch.org/whl/cu124
40
+ pip3 install torch " numpy<2.0.0" --index-url https://download.pytorch.org/whl/cu128
41
41
fi
42
42
else
43
43
printf " Failed to install pytorch"
Original file line number Diff line number Diff line change 34
34
# submodules
35
35
git submodule sync && git submodule update --init --recursive
36
36
37
- printf " Installing PyTorch with cu124 "
37
+ printf " Installing PyTorch with cu128 "
38
38
if [[ " $TORCH_VERSION " == " nightly" ]]; then
39
39
if [ " ${CU_VERSION:- } " == cpu ] ; then
40
40
pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu -U
41
41
else
42
- pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu124 -U
42
+ pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu128 -U
43
43
fi
44
44
elif [[ " $TORCH_VERSION " == " stable" ]]; then
45
45
if [ " ${CU_VERSION:- } " == cpu ] ; then
46
46
pip3 install torch --index-url https://download.pytorch.org/whl/cpu
47
47
else
48
- pip3 install torch --index-url https://download.pytorch.org/whl/cu124
48
+ pip3 install torch --index-url https://download.pytorch.org/whl/cu128
49
49
fi
50
50
else
51
51
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 cu124 "
29
+ printf " Installing PyTorch with cu128 "
30
30
if [[ " $TORCH_VERSION " == " nightly" ]]; then
31
31
if [ " ${CU_VERSION:- } " == cpu ] ; then
32
32
pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu -U
33
33
else
34
- pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu124 -U
34
+ pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu128 -U
35
35
fi
36
36
elif [[ " $TORCH_VERSION " == " stable" ]]; then
37
37
if [ " ${CU_VERSION:- } " == cpu ] ; then
38
38
pip3 install torch --index-url https://download.pytorch.org/whl/cpu
39
39
else
40
- pip3 install torch --index-url https://download.pytorch.org/whl/cu124
40
+ pip3 install torch --index-url https://download.pytorch.org/whl/cu128
41
41
fi
42
42
else
43
43
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 cu124 "
29
+ printf " Installing PyTorch with cu128 "
30
30
if [[ " $TORCH_VERSION " == " nightly" ]]; then
31
31
if [ " ${CU_VERSION:- } " == cpu ] ; then
32
32
pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu -U
33
33
else
34
- pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu124 -U
34
+ pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu128 -U
35
35
fi
36
36
elif [[ " $TORCH_VERSION " == " stable" ]]; then
37
37
if [ " ${CU_VERSION:- } " == cpu ] ; then
38
38
pip3 install torch --index-url https://download.pytorch.org/whl/cpu
39
39
else
40
- pip3 install torch --index-url https://download.pytorch.org/whl/cu124
40
+ pip3 install torch --index-url https://download.pytorch.org/whl/cu128
41
41
fi
42
42
else
43
43
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 cu124 "
28
+ printf " Installing PyTorch with cu128 "
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/cu124 -U
33
+ pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu128 -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/cu124
39
+ pip3 install torch --index-url https://download.pytorch.org/whl/cu128
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 cu124 "
28
+ printf " Installing PyTorch with cu128 "
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/cu124 -U
33
+ pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu128 -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/cu124
39
+ pip3 install torch --index-url https://download.pytorch.org/whl/cu128
40
40
fi
41
41
else
42
42
printf " Failed to install pytorch"
You can’t perform that action at this time.
0 commit comments