File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ SERVER_LOG="./decoupled_server.log"
3535pip3 uninstall -y torch
3636# FIXME: Until Windows supports GPU tensors, only test CPU scenarios
3737if [[ ${TEST_WINDOWS} == 1 ]]; then
38- pip3 install torch==1.13.0 -f https://download.pytorch.org/whl/torch_stable.html
38+ pip3 install torch==2.3.1 -f https://download.pytorch.org/whl/torch_stable.html
3939else
4040 pip3 install torch==2.3.1+cu118 -f https://download.pytorch.org/whl/torch_stable.html
4141fi
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ if [ "$TEST_JETSON" == "0" ] && [[ ${TEST_WINDOWS} == 0 ]]; then
172172 pip3 install torch==2.3.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
173173else
174174 # GPU tensor tests are disabled on jetson
175- pip3 install torch==1.13.0 -f https://download.pytorch.org/whl/torch_stable.html
175+ pip3 install torch==2.3.1 -f https://download.pytorch.org/whl/torch_stable.html
176176fi
177177
178178pip3 install pytest requests virtualenv
You can’t perform that action at this time.
0 commit comments