We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ea4e8f commit 2223d81Copy full SHA for 2223d81
qa/L0_libtorch_instance_group_kind_model/test.sh
@@ -39,7 +39,7 @@ if [ ! -z "$TEST_REPO_ARCH" ]; then
39
fi
40
41
pip3 uninstall -y torch
42
-pip3 install torch
+pip3 install torch==1.13.0+cu117 -f https://download.pytorch.org/whl/torch_stable.html
43
44
DATADIR=/data/inferenceserver/${REPO_VERSION}/qa_model_repository
45
SERVER=/opt/tritonserver/bin/tritonserver
0 commit comments