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

Commit dcb2a60

Browse files
authored
Update run-docs
Update to run distributed inference test with open-llama instead of llama3.1
1 parent 158b3e6 commit dcb2a60

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
@@ -38,7 +38,7 @@ case "$1" in
3838
;;
3939
"distributed")
4040
filepath="docs/distributed.md"
41-
parameters="" # Clear parameters
41+
parameters="--replace 'llama3.1:open-llama,-l 3:-l 2' --suppress huggingface-cli,HF_TOKEN" # Use open-llama to avoid need for authentication
4242
;;
4343
"local")
4444
filepath="docs/local-model.md"
@@ -64,4 +64,4 @@ echo "*******************************************"
6464
cat "$script_name"
6565
echo "*******************************************"
6666
bash -x "$script_name"
67-
echo "::endgroup::"
67+
echo "::endgroup::"

0 commit comments

Comments
 (0)