File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # Copyright (c) 2018-2020 , NVIDIA CORPORATION. All rights reserved.
2
+ # Copyright 2018-2024 , NVIDIA CORPORATION & AFFILIATES . All rights reserved.
3
3
#
4
4
# Redistribution and use in source and binary forms, with or without
5
5
# modification, are permitted provided that the following conditions
@@ -46,9 +46,10 @@ CLIENT_TEST=client_test.py
46
46
EXPECTED_NUM_TESTS=" 4"
47
47
48
48
DATADIR=/data/inferenceserver/${REPO_VERSION}
49
-
49
+ MODELDIR=" ${PWD} /qa_model_repository"
50
+ rm -rf ${MODELDIR} && cp -r " ${DATADIR} /qa_model_repository" ${MODELDIR}
50
51
SERVER=/opt/tritonserver/bin/tritonserver
51
- SERVER_ARGS=" --model-repository=$DATADIR /qa_model_repository "
52
+ SERVER_ARGS=" --model-repository=${MODELDIR} "
52
53
SERVER_LOG=" ./inference_server.log"
53
54
source ../common/util.sh
54
55
You can’t perform that action at this time.
0 commit comments