Skip to content

Commit

Permalink
Upgrade PyTorch version in L0_backend_python/io (triton-inference-ser…
Browse files Browse the repository at this point in the history
  • Loading branch information
Tabrizian authored Nov 28, 2022
1 parent 282b16b commit 48b7063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/L0_backend_python/io/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RET=0
rm -fr *.log ./models

pip3 uninstall -y torch
pip3 install torch==1.9.0+cu111 -f https://download.pytorch.org/whl/torch_stable.html
pip3 install torch==1.13.0

# IOTest.test_ensemble_io
TRIALS="default decoupled"
Expand Down

0 comments on commit 48b7063

Please sign in to comment.