Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 8519a44

Browse files
authored
Update run-docs
remove quotes around replace as the nested quotes are not interpreted by the shall but seem to be passed to updown.py. We don't have spaces in replace, so no need for escapes.
1 parent d8dcb7b commit 8519a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/scripts/run-docs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fi
1010
filepath=""
1111
# cuda supports padding, so no need to replace quantization for now.
1212
# otherwise add: 'cuda.json:cuda-32.json' to replace rules
13-
parameters="--replace 'llama3:stories15M,-l3:-l2,mobile.json:mobile-32.json' --suppress huggingface-cli,HF_TOKEN"
13+
parameters="--replace llama3:stories15M,-l3:-l2,mobile.json:mobile-32.json --suppress huggingface-cli,HF_TOKEN"
1414
script_name="./run-${1}.sh" # Dynamically initialize script name
1515

1616
# Use a case statement to handle the $1 argument

0 commit comments

Comments
 (0)