Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniew committed Apr 26, 2024
1 parent 5563f28 commit b575c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/llm/dev/test/run-example-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ fi
export ORIGINAL_CHATGLM2_PATH=./llm/chatglm2-6b/
if [ ! -d $ORIGINAL_CHATGLM2_PATH ]; then
echo "Directory $ORIGINAL_CHATGLM2_PATH not found. Downloading from FTP server..."
wget -r -nH --no-verbose --cut-dirs=2 $LLM_FTP_URL/updated_for_4.36/${ORIGINAL_CHATGLM2_PATH:2} -P $LLM_DIR
wget -r -nH --no-verbose --cut-dirs=2 $LLM_FTP_URL/llm/updated_for_4.36/${ORIGINAL_CHATGLM2_PATH:5} -P $LLM_DIR
fi

echo ">>> Testing ChatGLM2 transformers API"
Expand Down

0 comments on commit b575c48

Please sign in to comment.