Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
61e63b2b17 |
95
main.py
95
main.py
@@ -58,37 +58,18 @@ ACCOUNTS: List[Tuple[str, str, str]] = [
|
||||
# 各 GPU 的模型列表(来自 filter_verified_models 脚本的筛选结果)
|
||||
# ══════════════════════════════════════════════════════════
|
||||
METAX_MODELS = [
|
||||
"tavtav/Rose-20B",
|
||||
"NobodyExistsOnTheInternet/Yi-34B-GiftedConvo-merged",
|
||||
"APMIC/caigun-lora-model-34B-v3",
|
||||
"KnutJaegersberg/Yi-34B-200K-MiniOrca",
|
||||
"unsloth/phi-4",
|
||||
"kyujinpy/PlatYi-34B-LoRA",
|
||||
"OpenBuddy/openbuddy-deepseek-67b-v15.2-4k-gptq",
|
||||
"OpenBuddy/openbuddy-deepseek-67b-v18.1-4k-gptq",
|
||||
"kyujinpy/PlatYi-34B-Q",
|
||||
"unsloth/Qwen3-30B-A3B-Base",
|
||||
"brucethemoose/Yi-34B-200K-DARE-merge-v7",
|
||||
"huihui-ai/Qwen2.5-Coder-32B-Instruct-abliterated",
|
||||
"chujiezheng/Smaug-34B-v0.1-ExPO",
|
||||
"FelixChao/Magician-MoE-4x7B",
|
||||
"meraGPT/mera-mix-4x7B",
|
||||
"wenbopan/Faro-Yi-34B",
|
||||
"LLM-Research/WizardHermes-2-Pro-Llama-3-8b",
|
||||
"rombodawg/Rombos-LLM-V2.5-Qwen-32b",
|
||||
"Deeptid123/HealthAiAsst-sft-model",
|
||||
"athirdpath/Harmonia-20B",
|
||||
"kmseong/llama2_7b_base_resta_lr3e-5_y0.3",
|
||||
"notshekhar/markdown-1",
|
||||
"niljen/xearnes-phi4-mini",
|
||||
]
|
||||
|
||||
KUNLUNXIN_MODELS = [
|
||||
"ClaudioSavelli/FAME_1b_translation_90_2e-5",
|
||||
"Wheatley961/Raw_1_no_0_Test_2_new.model",
|
||||
"Wheatley961/Raw_3_Test_1_new.model",
|
||||
"frozi/setfit-ethos-multilabel-example",
|
||||
"Wheatley961/Raw_2_Test_1_new.model",
|
||||
"Wheatley961/Raw_1_Test_1_new.model",
|
||||
"Bhuvana/setfit_2class_model",
|
||||
"Bhuvana/setfit_2class",
|
||||
"jamiehudson/579-STmodel-v1",
|
||||
"jamiehudson/579-STmodel-v2",
|
||||
"jamiehudson/579-STmodel-v4",
|
||||
"kmseong/llama2_7b_base_resta_lr3e-5_y0.3",
|
||||
"notshekhar/markdown-1",
|
||||
"niljen/xearnes-phi4-mini",
|
||||
]
|
||||
|
||||
BIREN_MODELS = [
|
||||
@@ -157,41 +138,31 @@ BIREN_MODELS = [
|
||||
]
|
||||
|
||||
CAMBRICON_MODELS = [
|
||||
"ClaudioSavelli/FAME_1b_translation_90_2e-5",
|
||||
"Wheatley961/Raw_1_no_0_Test_2_new.model",
|
||||
"Wheatley961/Raw_3_Test_1_new.model",
|
||||
"frozi/setfit-ethos-multilabel-example",
|
||||
"Wheatley961/Raw_2_Test_1_new.model",
|
||||
"Wheatley961/Raw_1_Test_1_new.model",
|
||||
"Bhuvana/setfit_2class_model",
|
||||
"Bhuvana/setfit_2class",
|
||||
"jamiehudson/579-STmodel-v1",
|
||||
"jamiehudson/579-STmodel-v2",
|
||||
"jamiehudson/579-STmodel-v4",
|
||||
"LLM-Research/WizardHermes-2-Pro-Llama-3-8b",
|
||||
"kmseong/llama2_7b_base_resta_lr3e-5_y0.3",
|
||||
"notshekhar/markdown-1",
|
||||
"niljen/xearnes-phi4-mini",
|
||||
]
|
||||
|
||||
HYGON_MODELS = [
|
||||
"haidaridhan/qwen_instruct_codereview-merged",
|
||||
"ClaudioSavelli/FAME_1b_translation_90_2e-5",
|
||||
"YichuanMa/LoGos-7B",
|
||||
"chenjoya/LiveCC-7B-Base",
|
||||
"alakxender/dhivehi-gpt2-base",
|
||||
"lorinet3/gpt-sw3-126m-exercise-scenario-generator",
|
||||
"c4tdr0ut/grok-oss-7B",
|
||||
"recogna-nlp/Bode-3.1-8B-Instruct-full",
|
||||
"Goekdeniz-Guelmez/Josiefied-Olmo-3-7B-Instruct-abliterated-v1",
|
||||
"Wheatley961/Raw_1_no_0_Test_2_new.model",
|
||||
"Wheatley961/Raw_3_Test_1_new.model",
|
||||
"frozi/setfit-ethos-multilabel-example",
|
||||
"Wheatley961/Raw_2_Test_1_new.model",
|
||||
"Wheatley961/Raw_1_Test_1_new.model",
|
||||
"Bhuvana/setfit_2class_model",
|
||||
"Bhuvana/setfit_2class",
|
||||
"jamiehudson/579-STmodel-v1",
|
||||
"jamiehudson/579-STmodel-v2",
|
||||
"jamiehudson/579-STmodel-v4",
|
||||
"LLM-Research/WizardHermes-2-Pro-Llama-3-8b",
|
||||
"zwhe99/DeepMath-1.5B",
|
||||
"jerchenxin/qwen2.5-Math-1.5B-step-80",
|
||||
"jerchenxin/qwen2.5-Math-1.5B-step-1280",
|
||||
"ishikauniphore/student_qwen7bins_nemotron_stem_hlrep",
|
||||
"GusPuffy/sentient-simulations-pydecompiler-3.7-6.7b-v0.9",
|
||||
"neuqrui/safe-rlsd-qwen3-4B",
|
||||
"jerchenxin/qwen2.5-Math-1.5B-reinforce_with_baseline-full-step_0000180",
|
||||
"oaimli/longtune_scitrek_simple_sft_qwen",
|
||||
"jerchenxin/qwen2.5-Math-1.5B-step-1120",
|
||||
"jerchenxin/qwen2.5-Math-1.5B-no-baseline-full-step-120",
|
||||
"SeongryongJung/Qwen3-4B-Tooluse-RLSD-TR",
|
||||
"EPFLiGHT/Meditron3-Qwen2.5-7B",
|
||||
"slman4/mistral-nemo-teambrain-merged",
|
||||
"OccultAI/Qliphoth-12B-v1.2",
|
||||
"Deeptid123/HealthAiAsst-sft-model",
|
||||
"Doan2108/contract-risk-qwen2.5-3b-merged",
|
||||
"kmseong/llama2_7b_base_resta_lr3e-5_y0.3",
|
||||
"notshekhar/markdown-1",
|
||||
"niljen/xearnes-phi4-mini",
|
||||
]
|
||||
|
||||
MTHREADS_MODELS = [
|
||||
@@ -761,8 +732,8 @@ PPU_MODELS = [
|
||||
"espressovi/BODHI-qwen-3-maze-8b-distil",
|
||||
]
|
||||
|
||||
# 本轮提交第十一轮过滤结果:MetaX_c-500(17) / Kunlunxin_p-800(11) / hygon_k100-ai(20) /
|
||||
# Cambricon_mlu-370-x8(12),与各卡此前批次基本无重复;沿用多账号 fallback 轮转;
|
||||
# 本轮提交第十二轮过滤结果:MetaX_c-500(6) / Kunlunxin_p-800(3) / hygon_k100-ai(19) /
|
||||
# Cambricon_mlu-370-x8(3),与各卡此前批次均无重复;沿用多账号 fallback 轮转;
|
||||
# 本轮不提交 Mthreads_s4000(保留既有列表)/ ppu_zw_810e(机制B无白名单权限)/
|
||||
# Sunrise_pt-200-x1(v1.0.13已完成)/ Biren_166m
|
||||
GPU_JOBS: List[Tuple[str, List[str]]] = [
|
||||
|
||||
Reference in New Issue
Block a user