allow spaces in bash args with "$@" (#6521)
This commit is contained in:
@@ -18,4 +18,4 @@ python distillation.py \
|
||||
--tokenizer_name facebook/bart-large \
|
||||
--warmup_steps 500 \
|
||||
--output_dir distilbart_xsum_12_6 \
|
||||
$@
|
||||
"$@"
|
||||
|
||||
Reference in New Issue
Block a user