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

Commit f15bc15

Browse files
authored
Update run-docs
remove quotes that mess up parameter identification.
1 parent d5b3607 commit f15bc15

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
@@ -17,7 +17,7 @@ script_name="./run-${1}.sh" # Dynamically initialize script name
1717
case "$1" in
1818
"readme")
1919
filepath="README.md"
20-
parameters="--replace 'llama3.1:stories15M,-l3:-l2,mobile.json:mobile-32.json' --suppress huggingface-cli,HF_TOKEN"
20+
parameters="--replace llama3.1:stories15M,-l3:-l2,mobile.json:mobile-32.json --suppress huggingface-cli,HF_TOKEN"
2121
;;
2222
"quantization")
2323
filepath="docs/quantization.md"

0 commit comments

Comments
 (0)