From bf57b13dda4c577aca748d9beb57b0107e106c45 Mon Sep 17 00:00:00 2001 From: YeAnbang Date: Wed, 29 May 2024 02:10:37 +0000 Subject: [PATCH] remove models that require huggingface auth from ci --- applications/ColossalChat/tests/test_templating.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/applications/ColossalChat/tests/test_templating.sh b/applications/ColossalChat/tests/test_templating.sh index e8e1ed6f9..0d737b3f3 100755 --- a/applications/ColossalChat/tests/test_templating.sh +++ b/applications/ColossalChat/tests/test_templating.sh @@ -6,8 +6,9 @@ TEST_DATA_DIR=$BASE_DIR/tests/test_data DATA_SAVE_PATH=$BASE_TEMP_DIR/tests CONFIG_DIR=$BASE_DIR/config -MODELS=("colossal-llama2" "llama2" "mistral" "chatGLM2" "chatGLM3" "deepseek" "Yi" "baichuan") -# +# MODELS=("colossal-llama2" "llama2" "mistral" "chatGLM2" "chatGLM3" "deepseek" "Yi" "baichuan") +MODELS=("colossal-llama2" "llama2" "chatGLM2" "chatGLM3" "deepseek" "Yi" "baichuan") + get_pretrain() { local model=$1 if [[ $model == "colossal-llama2" ]]; then