Tsukihjy's picture
download
raw
698 Bytes
cd /home/luoxianzhen/yang
# 定义算法列表
test_als=("ht")
# 定义模型列表
model_name_list=(
"claude-sonnet-4-20250514-thinking"
"deepseek-v3"
"qwen3-nothink"
"qwen-coder-plus"
"gpt-4o"
"Qwen2.5-7B-Instruct"
"Qwen2.5-14B-Instruct"
"Qwen2.5-32B-Instruct"
"Qwen2.5-Coder-7B-Instruct"
"Qwen2.5-Coder-14B-Instruct"
"Qwen2.5-Coder-32B-Instruct"
"claude4"
)
# 双层循环执行
for alg in "${test_als[@]}"; do
for model in "${model_name_list[@]}"; do
echo "Running testcase_alg=$alg model_name=$model"
python /home/luoxianzhen/yang/methods/Hardtest/parallel_executor.py \
--model_name "$model"
done
done

Xet Storage Details

Size:
698 Bytes
·
Xet hash:
77d8ada62ab237dbcae126fe1a2fc745d08cb501d8348005f091459350b3ea99

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.