Skip to content

Commit 594ff70

Browse files
committed
Update pip install
1 parent c5c59c1 commit 594ff70

File tree

1 file changed

+1
-1
lines changed
  • qa/L0_libtorch_instance_group_kind_model

1 file changed

+1
-1
lines changed

qa/L0_libtorch_instance_group_kind_model/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if [ ! -z "$TEST_REPO_ARCH" ]; then
3939
fi
4040

4141
pip3 uninstall -y torch
42-
pip3 install torch
42+
pip3 install torch==1.13.0+cu117 -f https://download.pytorch.org/whl/torch_stable.html
4343

4444
DATADIR=/data/inferenceserver/${REPO_VERSION}/qa_model_repository
4545
SERVER=/opt/tritonserver/bin/tritonserver

0 commit comments

Comments
 (0)