Chatglm unittest disable due to missing instruction (#8650)
This commit is contained in:
parent
cbeae97a26
commit
769209b7f0
1 changed files with 4 additions and 4 deletions
8
.github/workflows/llm_unit_tests_linux.yml
vendored
8
.github/workflows/llm_unit_tests_linux.yml
vendored
|
|
@ -102,10 +102,10 @@ jobs:
|
||||||
echo "Directory $STARCODER_INT4_CKPT_PATH not found. Downloading from FTP server..."
|
echo "Directory $STARCODER_INT4_CKPT_PATH not found. Downloading from FTP server..."
|
||||||
wget --no-verbose $LLM_FTP_URL/${STARCODER_INT4_CKPT_PATH:2} -P $INT4_CKPT_DIR
|
wget --no-verbose $LLM_FTP_URL/${STARCODER_INT4_CKPT_PATH:2} -P $INT4_CKPT_DIR
|
||||||
fi
|
fi
|
||||||
if [ ! -d $CHATGLM_INT4_CKPT_PATH ]; then
|
# if [ ! -d $CHATGLM_INT4_CKPT_PATH ]; then
|
||||||
echo "Directory $CHATGLM_INT4_CKPT_PATH not found. Downloading from FTP server..."
|
# echo "Directory $CHATGLM_INT4_CKPT_PATH not found. Downloading from FTP server..."
|
||||||
wget --no-verbose $LLM_FTP_URL/${CHATGLM_INT4_CKPT_PATH:2} -P $INT4_CKPT_DIR
|
# wget --no-verbose $LLM_FTP_URL/${CHATGLM_INT4_CKPT_PATH:2} -P $INT4_CKPT_DIR
|
||||||
fi
|
# fi
|
||||||
if [ ! -d $ORIGINAL_CHATGLM2_6B_PATH ]; then
|
if [ ! -d $ORIGINAL_CHATGLM2_6B_PATH ]; then
|
||||||
echo "Directory $ORIGINAL_CHATGLM2_6B_PATH not found. Downloading from FTP server..."
|
echo "Directory $ORIGINAL_CHATGLM2_6B_PATH not found. Downloading from FTP server..."
|
||||||
wget -r -nH --no-verbose --cut-dirs=1 $LLM_FTP_URL/${ORIGINAL_CHATGLM2_6B_PATH:2} -P $LLM_DIR
|
wget -r -nH --no-verbose --cut-dirs=1 $LLM_FTP_URL/${ORIGINAL_CHATGLM2_6B_PATH:2} -P $LLM_DIR
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue