allow spaces in bash args with "$@" (#6521)
This commit is contained in:
@@ -20,5 +20,5 @@ python finetune.py \
|
||||
--tokenizer_name facebook/bart-large \
|
||||
--warmup_steps 500 \
|
||||
--output_dir distilbart-cnn-12-6 \
|
||||
$@
|
||||
"$@"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user