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 71a9176 commit 4127543Copy full SHA for 4127543
qa/common/run_trt_model_generation.sh
@@ -123,4 +123,4 @@ rm -rf build && mkdir build && \
123
cd build && cmake .. && make -j && cp libcustomHardmaxPlugin.so $PLGDESTDIR/.
124
LD_PRELOAD=$PLGDESTDIR/libcustomHardmaxPlugin.so python3 $SRCDIR/gen_qa_trt_plugin_models.py --models_dir=$PLGDESTDIR
125
chmod -R 777 $PLGDESTDIR
126
-rsync -av --ignore-existing $BUILD_DIR/$TRITON_VERSION/ /lustre/fsw/core_dlfw_ci/datasets/inferenceserver/${NVIDIA_TRITON_SERVER_VERSION}_${TEST_REPO_ARCH}/
+rsync -av $BUILD_DIR/$TRITON_VERSION/ /lustre/fsw/core_dlfw_ci/datasets/inferenceserver/${NVIDIA_TRITON_SERVER_VERSION}_${TEST_REPO_ARCH}/
0 commit comments