Tsukihjy/testcase / methods /Filter /algo_filter.sh
Tsukihjy's picture
download
raw
761 Bytes
cd /home/luoxianzhen/yang/methods/Filter
# 定义算法列表
test_als=("algo")
# 定义模型列表
model_name_list=(
"claude-sonnet-4-20250514-thinking"
"deepseek-v3"
"qwen3-235b-a22b"
"claude-sonnet-4-20250514"
"gpt-4o"
"qwen-coder-plus"
"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"
)
# 双层循环执行
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/Filter/parallel_exe.py \
--testcase_alg "$alg" \
--model_name "$model"
done
done

Xet Storage Details

Size:
761 Bytes
·
Xet hash:
1f17a4c7d090f42805a00300f5f503f72221127b743dbd71faeac8207bbddd80

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