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

Commit 02dd5db

Browse files
authored
Update run-docs
-l 3:-l 2 -> -l3:-l2 after modifying the command lines. Hopefull this is legal for et_run
1 parent 1015de7 commit 02dd5db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/scripts/run-docs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ fi
88

99
# Pre-initialize variables
1010
filepath=""
11-
parameters="--replace 'llama3:stories15M,-l 3:-l 2' --suppress huggingface-cli,HF_TOKEN"
11+
parameters="--replace 'llama3:stories15M,-l3:-l2' --suppress huggingface-cli,HF_TOKEN"
1212
script_name="./run-${1}.sh" # Dynamically initialize script name
1313

1414
# Use a case statement to handle the $1 argument
@@ -38,7 +38,7 @@ case "$1" in
3838
;;
3939
"distributed")
4040
filepath="docs/distributed.md"
41-
parameters="--replace 'llama3.1:stories110M,-l 3:-l 2' --suppress huggingface-cli,HF_TOKEN" # Use stories110M to avoid need for authentication
41+
parameters="--replace 'llama3.1:stories110M,-l3:-l2' --suppress huggingface-cli,HF_TOKEN" # Use stories110M to avoid need for authentication
4242
;;
4343
"local")
4444
filepath="docs/local-model.md"

0 commit comments

Comments
 (0)