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 2828# submodules
2929git submodule sync && git submodule update --init --recursive
3030
31- printf " Installing PyTorch with cu121 "
31+ printf " Installing PyTorch with cu124 "
3232if [[ " $TORCH_VERSION " == " nightly" ]]; then
3333 if [ " ${CU_VERSION:- } " == cpu ] ; then
3434 pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu -U
3535 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
3737 fi
3838elif [[ " $TORCH_VERSION " == " stable" ]]; then
3939 if [ " ${CU_VERSION:- } " == cpu ] ; then
4040 pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu
4141 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
4343 fi
4444else
4545 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 cu121 "
28+ printf " Installing PyTorch with cu124 "
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/cu121 -U
33+ pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu124 -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/cu121
39+ pip3 install torch --index-url https://download.pytorch.org/whl/cu124
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 cu121 "
28+ printf " Installing PyTorch with cu124 "
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/cu121 -U
33+ pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu124 -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/cu121
39+ pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu124
4040 fi
4141else
4242 printf " Failed to install pytorch"
Original file line number Diff line number Diff line change 2828# submodules
2929git submodule sync && git submodule update --init --recursive
3030
31- printf " Installing PyTorch with cu121 "
31+ printf " Installing PyTorch with cu124 "
3232if [[ " $TORCH_VERSION " == " nightly" ]]; then
3333 if [ " ${CU_VERSION:- } " == cpu ] ; then
3434 pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu -U
3535 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
3737 fi
3838elif [[ " $TORCH_VERSION " == " stable" ]]; then
3939 if [ " ${CU_VERSION:- } " == cpu ] ; then
4040 pip3 install torch --index-url https://download.pytorch.org/whl/cpu
4141 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
4343 fi
4444else
4545 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 cu121 "
29+ printf " Installing PyTorch with cu124 "
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/cu121 -U
33+ pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu124 -U
3434fi
3535
3636# smoke test
Original file line number Diff line number Diff line change 2828# submodules
2929git submodule sync && git submodule update --init --recursive
3030
31- printf " Installing PyTorch with cu121 "
31+ printf " Installing PyTorch with cu124 "
3232if [[ " $TORCH_VERSION " == " nightly" ]]; then
3333 if [ " ${CU_VERSION:- } " == cpu ] ; then
3434 pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu -U
3535 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
3737 fi
3838elif [[ " $TORCH_VERSION " == " stable" ]]; then
3939 if [ " ${CU_VERSION:- } " == cpu ] ; then
4040 pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu
4141 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
4343 fi
4444else
4545 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/cu121 -U
24+ pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu124 -U
2525elif [[ " $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
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 cu121 "
28+ printf " Installing PyTorch with cu124 "
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/cu121 -U
33+ pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu124 -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/cu121
39+ pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu124
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 cu121 "
28+ printf " Installing PyTorch with cu124 "
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/cu121 -U
33+ pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu124 -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/cu121
39+ pip3 install torch --index-url https://download.pytorch.org/whl/cu124
4040 fi
4141else
4242 printf " Failed to install pytorch"
Original file line number Diff line number Diff line change 2828# submodules
2929git submodule sync && git submodule update --init --recursive
3030
31- printf " Installing PyTorch with cu121 "
31+ printf " Installing PyTorch with cu124 "
3232if [[ " $TORCH_VERSION " == " nightly" ]]; then
3333 if [ " ${CU_VERSION:- } " == cpu ] ; then
3434 pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu -U
3535 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
3737 fi
3838elif [[ " $TORCH_VERSION " == " stable" ]]; then
3939 if [ " ${CU_VERSION:- } " == cpu ] ; then
4040 pip3 install torch --index-url https://download.pytorch.org/whl/cpu
4141 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
4343 fi
4444else
4545 printf " Failed to install pytorch"
You can’t perform that action at this time.
0 commit comments