We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5c59c1 commit 594ff70Copy full SHA for 594ff70
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