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

Xet Storage Details

Size:
764 Bytes
·
Xet hash:
d22f7eb8cb76b733712b2314bad63c4d3036d6bbbc6d6e40cd7d8bd90ece3c02

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