Skip to content

Commit 71a9176

Browse files
committed
Use rsync instead of cp
1 parent bba8e7a commit 71a9176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/common/run_trt_model_generation.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ mkdir -p \
7777
$SCALARMODELSDESTDIR \
7878
$IMAGEMODELSDESTDIR
7979

80-
cp -r *.py $SRCDIR/
80+
rsync -av . $SRCDIR/
8181

8282
python3 $SRCDIR/gen_qa_identity_models.py --tensorrt-shape-io --models_dir=$SHAPEDESTDIR
8383
python3 $SRCDIR/gen_qa_sequence_models.py --tensorrt-shape-io --models_dir=$SHAPEDESTDIR

0 commit comments

Comments
 (0)