We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 572d979 commit 7982fcdCopy full SHA for 7982fcd
.ci/scripts/run-docs
@@ -7,7 +7,7 @@ fi
7
8
if [ "$1" == "readme" ]; then
9
echo "::group::Create script to run README"
10
- python3 torchchat/utils/scripts/updown.py --create-sections --file README.md --replace 'llama3:stories15M,-l 3:-l 2' --suppress huggingface-cli,HF_TOKEN > ./run-readme.sh
+ python3 torchchat/utils/scripts/updown.py --create-sections --file README.md --replace 'llama3.1:stories15M,-l 3:-l 2' --suppress huggingface-cli,HF_TOKEN > ./run-readme.sh
11
# for good measure, if something happened to updown processor,
12
# and it did not error out, fail with an exit 1
13
echo "exit 1" >> ./run-readme.sh
0 commit comments