Skip to content

Commit

Permalink
set permissions to the folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mc-nv committed Jan 7, 2025
1 parent e4683ce commit 5de9816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/common/gen_qa_model_repository
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ chmod -R 777 $VOLUME_DYNASEQIMPLICITDESTDIR
python3 $VOLUME_SRCDIR/gen_qa_ragged_models.py --onnx --onnx_opset=$ONNX_OPSET --models_dir=$VOLUME_RAGGEDDESTDIR
chmod -R 777 $VOLUME_RAGGEDDESTDIR
python3 $VOLUME_SRCDIR/gen_qa_ort_scalar_models.py --onnx_opset=$ONNX_OPSET --models_dir=$VOLUME_SCALARMODELSDESTDIR
chmod -R 777 $VOLUME_RAGGEDDESTDIR
chmod -R 777 $VOLUME_SCALARMODELSDESTDIR
EOF

chmod a+x $ONNXSCRIPT
Expand Down

0 comments on commit 5de9816

Please sign in to comment.