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

Commit f6e92d2

Browse files
authored
Update run-docs
Replace llama3.1 with open-llama to avoid need for token. If this turns out running too long, then we can switch to stories110M
1 parent 3d6b563 commit f6e92d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/scripts/run-docs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ fi
129129
if [ "$1" == "distributed" ]; then
130130

131131
echo "::group::Create script to run distributed"
132+
python3 torchchat/utils/scripts/updown.py --file docs/distributed.md --replace 'llama3.1:open-llama,-l 3:-l 2' --suppress huggingface-cli,HF_TOKEN > ./run-distributed.sh
132133
python3 torchchat/utils/scripts/updown.py --file docs/distributed.md --suppress huggingface-cli,HF_TOKEN > ./run-distributed.sh
133134
# for good measure, if something happened to updown processor,
134135
# and it did not error out, fail with an exit 1

0 commit comments

Comments
 (0)