File tree Expand file tree Collapse file tree 29 files changed +114
-114
lines changed Expand file tree Collapse file tree 29 files changed +114
-114
lines changed Original file line number Diff line number Diff line change 2626# submodules
2727git submodule sync && git submodule update --init --recursive
2828
29- printf " Installing PyTorch with cu124 "
29+ printf " Installing PyTorch with cu128 "
3030if [[ " $TORCH_VERSION " == " nightly" ]]; then
3131 if [ " ${CU_VERSION:- } " == cpu ] ; then
3232 pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu -U
3333 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
3535 fi
3636elif [[ " $TORCH_VERSION " == " stable" ]]; then
3737 if [ " ${CU_VERSION:- } " == cpu ] ; then
3838 pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu
3939 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
4141 fi
4242else
4343 printf " Failed to install pytorch"
Original file line number Diff line number Diff line change 2525# submodules
2626git submodule sync && git submodule update --init --recursive
2727
28- printf " Installing PyTorch with cu124 "
28+ printf " Installing PyTorch with cu128 "
2929if [[ " $TORCH_VERSION " == " nightly" ]]; then
3030 if [ " ${CU_VERSION:- } " == cpu ] ; then
3131 pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu -U
3232 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
3434 fi
3535elif [[ " $TORCH_VERSION " == " stable" ]]; then
3636 if [ " ${CU_VERSION:- } " == cpu ] ; then
3737 pip3 install torch --index-url https://download.pytorch.org/whl/cpu -U
3838 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
4040 fi
4141else
4242 printf " Failed to install pytorch"
Original file line number Diff line number Diff line change 4141# submodules
4242git submodule sync && git submodule update --init --recursive
4343
44- printf " Installing PyTorch with cu124 "
44+ printf " Installing PyTorch with cu128 "
4545if [[ " $TORCH_VERSION " == " nightly" ]]; then
4646 if [ " ${CU_VERSION:- } " == cpu ] ; then
4747 pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu -U
4848 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
5050 fi
5151elif [[ " $TORCH_VERSION " == " stable" ]]; then
5252 if [ " ${CU_VERSION:- } " == cpu ] ; then
5353 pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu
5454 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
5656 fi
5757else
5858 printf " Failed to install pytorch"
Original file line number Diff line number Diff line change 2626# submodules
2727git submodule sync && git submodule update --init --recursive
2828
29- printf " Installing PyTorch with cu124 "
29+ printf " Installing PyTorch with cu128 "
3030if [[ " $TORCH_VERSION " == " nightly" ]]; then
3131 if [ " ${CU_VERSION:- } " == cpu ] ; then
3232 pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu -U
3333 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
3535 fi
3636elif [[ " $TORCH_VERSION " == " stable" ]]; then
3737 if [ " ${CU_VERSION:- } " == cpu ] ; then
3838 pip3 install torch --index-url https://download.pytorch.org/whl/cpu
3939 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
4141 fi
4242else
4343 printf " Failed to install pytorch"
Original file line number Diff line number Diff line change 2626# submodules
2727git submodule sync && git submodule update --init --recursive
2828
29- printf " Installing PyTorch with cu124 "
29+ printf " Installing PyTorch with cu128 "
3030if [ " ${CU_VERSION:- } " == cpu ] ; then
3131 pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu -U
3232else
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
3434fi
3535
3636# smoke test
Original file line number Diff line number Diff line change 2626# submodules
2727git submodule sync && git submodule update --init --recursive
2828
29- printf " Installing PyTorch with cu124 "
29+ printf " Installing PyTorch with cu128 "
3030if [[ " $TORCH_VERSION " == " nightly" ]]; then
3131 if [ " ${CU_VERSION:- } " == cpu ] ; then
3232 pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu -U
3333 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
3535 fi
3636elif [[ " $TORCH_VERSION " == " stable" ]]; then
3737 if [ " ${CU_VERSION:- } " == cpu ] ; then
3838 pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu
3939 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
4141 fi
4242else
4343 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
2121
2222printf " Installing PyTorch with %s\n" " ${CU_VERSION} "
2323if [[ " $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
2525elif [[ " $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
2727fi
2828
2929# install tensordict
Original file line number Diff line number Diff line change 2525# submodules
2626git submodule sync && git submodule update --init --recursive
2727
28- printf " Installing PyTorch with cu124 "
28+ printf " Installing PyTorch with cu128 "
2929if [[ " $TORCH_VERSION " == " nightly" ]]; then
3030 if [ " ${CU_VERSION:- } " == cpu ] ; then
3131 pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu -U
3232 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
3434 fi
3535elif [[ " $TORCH_VERSION " == " stable" ]]; then
3636 if [ " ${CU_VERSION:- } " == cpu ] ; then
3737 pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu
3838 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
4040 fi
4141else
4242 printf " Failed to install pytorch"
Original file line number Diff line number Diff line change 2525# submodules
2626git submodule sync && git submodule update --init --recursive
2727
28- printf " Installing PyTorch with cu124 "
28+ printf " Installing PyTorch with cu128 "
2929if [[ " $TORCH_VERSION " == " nightly" ]]; then
3030 if [ " ${CU_VERSION:- } " == cpu ] ; then
3131 pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu -U
3232 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
3434 fi
3535elif [[ " $TORCH_VERSION " == " stable" ]]; then
3636 if [ " ${CU_VERSION:- } " == cpu ] ; then
3737 pip3 install torch --index-url https://download.pytorch.org/whl/cpu
3838 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
4040 fi
4141else
4242 printf " Failed to install pytorch"
Original file line number Diff line number Diff line change 2626# submodules
2727git submodule sync && git submodule update --init --recursive
2828
29- printf " Installing PyTorch with cu124 "
29+ printf " Installing PyTorch with cu128 "
3030if [[ " $TORCH_VERSION " == " nightly" ]]; then
3131 if [ " ${CU_VERSION:- } " == cpu ] ; then
3232 pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu -U
3333 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
3535 fi
3636elif [[ " $TORCH_VERSION " == " stable" ]]; then
3737 if [ " ${CU_VERSION:- } " == cpu ] ; then
3838 pip3 install torch --index-url https://download.pytorch.org/whl/cpu
3939 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
4141 fi
4242else
4343 printf " Failed to install pytorch"
You can’t perform that action at this time.
0 commit comments