Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6d2b055ee4 | ||
|
|
cea3a081c7 | ||
|
|
e66f3d02cb | ||
|
|
2d02030d50 | ||
|
|
1c29242290 | ||
|
|
94b72eadf3 | ||
|
|
5a100f2b20 | ||
|
|
25163bb7ad | ||
|
|
1a76d6eeaf | ||
|
|
51dcb02acc | ||
|
|
41b0329dd1 |
57
main.py
57
main.py
@@ -58,52 +58,29 @@ ACCOUNTS: List[Tuple[str, str, str]] = [
|
||||
# 各 GPU 的模型列表(来自 filter_verified_models 脚本的筛选结果)
|
||||
# ══════════════════════════════════════════════════════════
|
||||
METAX_MODELS = [
|
||||
"AI-ModelScope/ip-composition-adapter",
|
||||
"MusePublic/stable-diffusion-xl-base",
|
||||
"pei39/deepseek_r1_distill_qwen_7b_awq_rag",
|
||||
]
|
||||
|
||||
KUNLUNXIN_MODELS = [
|
||||
"futuredatascience/action-classifier-v0",
|
||||
"futuredatascience/to-classifier-v0",
|
||||
"Wheatley961/Raw_2_no_3_Test_2_new.model",
|
||||
"Wheatley961/Raw_2_no_2_Test_2_new.model",
|
||||
"Wheatley961/Raw_2_no_0_Test_2_new.model",
|
||||
"Wheatley961/Raw_1_no_3_Test_2_new.model",
|
||||
"Wheatley961/Raw_1_no_2_Test_2_new.model",
|
||||
"Wheatley961/Raw_1_no_1_Test_2_new.model",
|
||||
"AI-ModelScope/granite-20b-code-instruct-8k",
|
||||
"AI-ModelScope/granite-20b-code-base-8k",
|
||||
"AI-ModelScope/granite-20b-code-instruct",
|
||||
]
|
||||
|
||||
BIREN_MODELS = [
|
||||
"utter-project/EuroMoE-2.6B-A0.6B-Instruct-2512",
|
||||
"pei39/iol-qwen2.5-14b-sft-awq",
|
||||
"hhhar/Linguist_should_be_smart_2",
|
||||
"oopere/SmolLM2-1.7B-ClinicalNER",
|
||||
"excepto64/lox_SmolLM2-360M_hhrlhf_r0_1e",
|
||||
"Maybe1407/harry_phi_to_unlearn",
|
||||
"AI-ModelScope/granite-20b-code-instruct-8k",
|
||||
"pei39/deepseek_r1_distill_qwen_7b_awq_rag",
|
||||
]
|
||||
|
||||
CAMBRICON_MODELS = [
|
||||
"futuredatascience/action-classifier-v0",
|
||||
"futuredatascience/to-classifier-v0",
|
||||
"Wheatley961/Raw_2_no_3_Test_2_new.model",
|
||||
"Wheatley961/Raw_2_no_1_Test_2_new.model",
|
||||
"Wheatley961/Raw_2_no_0_Test_2_new.model",
|
||||
"Wheatley961/Raw_1_no_3_Test_2_new.model",
|
||||
"Wheatley961/Raw_1_no_2_Test_2_new.model",
|
||||
"Wheatley961/Raw_1_no_1_Test_2_new.model",
|
||||
"AI-ModelScope/granite-20b-code-instruct-8k",
|
||||
"AI-ModelScope/granite-20b-code-instruct",
|
||||
"pei39/deepseek_r1_distill_qwen_7b_awq_rag",
|
||||
]
|
||||
|
||||
HYGON_MODELS = [
|
||||
"saidthefox/systema-minion-0.6b-v4",
|
||||
"VehaanS/hackathon-250m-precise-edge",
|
||||
"futuredatascience/action-classifier-v0",
|
||||
"futuredatascience/to-classifier-v0",
|
||||
"Wheatley961/Raw_2_no_3_Test_2_new.model",
|
||||
"Wheatley961/Raw_2_no_2_Test_2_new.model",
|
||||
"Wheatley961/Raw_2_no_1_Test_2_new.model",
|
||||
"Wheatley961/Raw_2_no_0_Test_2_new.model",
|
||||
"Wheatley961/Raw_1_no_3_Test_2_new.model",
|
||||
"Wheatley961/Raw_1_no_2_Test_2_new.model",
|
||||
"Wheatley961/Raw_1_no_1_Test_2_new.model",
|
||||
"pei39/deepseek_r1_distill_qwen_7b_awq_rag",
|
||||
]
|
||||
|
||||
MTHREADS_MODELS = [
|
||||
@@ -673,11 +650,15 @@ PPU_MODELS = [
|
||||
"espressovi/BODHI-qwen-3-maze-8b-distil",
|
||||
]
|
||||
|
||||
# 本轮提交第十七轮过滤结果:MetaX_c-500(1) / Kunlunxin_p-800(8) / hygon_k100-ai(11) /
|
||||
# Cambricon_mlu-370-x8(8) / Biren_166m(6),共34个;沿用多账号 fallback 轮转;
|
||||
# 本轮首次把 Biren_166m 列入 GPU_JOBS;
|
||||
# 本轮提交第三十三轮过滤结果:MetaX_c-500(2) / Kunlunxin_p-800(3) / hygon_k100-ai(1) /
|
||||
# Cambricon_mlu-370-x8(3) / Biren_166m(2),共11个;沿用多账号 fallback 轮转。
|
||||
# 产出少是筛选条件本身决定的:候选池5992个里「至少一张卡已验证」有4392个、
|
||||
# 各卡「无记录」有78~911个,但两者交集只剩1~3个——在别的卡验证成功过的模型
|
||||
# 早就被各卡都跑过了,而没被某卡跑过的基本都是验证失败/验证中/未验证。
|
||||
# 只有灌入全新模型才会有一批产出(第29轮灌33496个新模型→筛出38772个)。
|
||||
# 本轮不提交 Mthreads_s4000(保留既有列表)/ ppu_zw_810e(机制B无白名单权限)/
|
||||
# Sunrise_pt-200-x1(v1.0.13已完成)
|
||||
# Sunrise_pt-200-x1(v1.0.13已完成)/
|
||||
# Iluvatar_bi-150(本轮筛出1个,但本仓库 framework=vllm,现有 iluvatar 镜像均为 llamacpp/GGUF,缺 vllm 版镜像)
|
||||
GPU_JOBS: List[Tuple[str, List[str]]] = [
|
||||
("MetaX_c-500", METAX_MODELS),
|
||||
("Kunlunxin_p-800", KUNLUNXIN_MODELS),
|
||||
|
||||
Reference in New Issue
Block a user