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 bba8e7a commit 71a9176Copy full SHA for 71a9176
qa/common/run_trt_model_generation.sh
@@ -77,7 +77,7 @@ mkdir -p \
77
$SCALARMODELSDESTDIR \
78
$IMAGEMODELSDESTDIR
79
80
-cp -r *.py $SRCDIR/
+rsync -av . $SRCDIR/
81
82
python3 $SRCDIR/gen_qa_identity_models.py --tensorrt-shape-io --models_dir=$SHAPEDESTDIR
83
python3 $SRCDIR/gen_qa_sequence_models.py --tensorrt-shape-io --models_dir=$SHAPEDESTDIR
0 commit comments