Skip to content

Commit 2223d81

Browse files
committed
Update pip install
1 parent 4ea4e8f commit 2223d81

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

+1-1
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)