From 769209b7f0957c265ca6a416f1978d8e4fe02023 Mon Sep 17 00:00:00 2001 From: xingyuan li <108672484+hoshibara@users.noreply.github.com> Date: Wed, 2 Aug 2023 10:28:42 +0900 Subject: [PATCH] Chatglm unittest disable due to missing instruction (#8650) --- .github/workflows/llm_unit_tests_linux.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/llm_unit_tests_linux.yml b/.github/workflows/llm_unit_tests_linux.yml index 91ffbe09..53f62c09 100644 --- a/.github/workflows/llm_unit_tests_linux.yml +++ b/.github/workflows/llm_unit_tests_linux.yml @@ -102,10 +102,10 @@ jobs: 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 fi - if [ ! -d $CHATGLM_INT4_CKPT_PATH ]; then - 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 - fi + # if [ ! -d $CHATGLM_INT4_CKPT_PATH ]; then + # 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 + # fi if [ ! -d $ORIGINAL_CHATGLM2_6B_PATH ]; then 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