mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-07-15 16:12:37 +00:00
remove models that require huggingface auth from ci
This commit is contained in:
parent
0bbac158ed
commit
bf57b13dda
@ -6,8 +6,9 @@ TEST_DATA_DIR=$BASE_DIR/tests/test_data
|
|||||||
DATA_SAVE_PATH=$BASE_TEMP_DIR/tests
|
DATA_SAVE_PATH=$BASE_TEMP_DIR/tests
|
||||||
CONFIG_DIR=$BASE_DIR/config
|
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() {
|
get_pretrain() {
|
||||||
local model=$1
|
local model=$1
|
||||||
if [[ $model == "colossal-llama2" ]]; then
|
if [[ $model == "colossal-llama2" ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user