Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1a76d6eeaf | ||
|
|
51dcb02acc | ||
|
|
41b0329dd1 | ||
|
|
33fc64f4f7 | ||
|
|
bf7082e9b4 |
353
main.py
353
main.py
@@ -58,251 +58,129 @@ ACCOUNTS: List[Tuple[str, str, str]] = [
|
||||
# 各 GPU 的模型列表(来自 filter_verified_models 脚本的筛选结果)
|
||||
# ══════════════════════════════════════════════════════════
|
||||
METAX_MODELS = [
|
||||
"QuantumStackOverflow/ASTER_4B_RL",
|
||||
"Koalacrown/clinical-depression-qwen3-8b",
|
||||
"trinhkhng/ties_Merged_gpt2_0.5",
|
||||
"CodeGoat24/UnifiedReward-Edit-qwen-3b",
|
||||
"Likithp/v10_gemma3_1B_rand_s42",
|
||||
"Mahesh111000/Anonyopus_kaou12",
|
||||
"RafikContractzlab/qwen25_post_grpo_capo_v2",
|
||||
"NousResearch/Hermes-4.3-36B",
|
||||
"QizhiPei/BioMatrix-1.7B-SFT",
|
||||
"m-a-p/OpenLLaMA-Reproduce-1933.57B",
|
||||
"ricemonster/qwen2.5-3B-SFT",
|
||||
"open-unlearning/tofu_Llama-2-7b-chat-hf_retain95",
|
||||
"missUG/MissUniverse-p-cr",
|
||||
"dianab1729/Ada-1",
|
||||
"gradients-io-tournaments/tournament-llama-test-001-f9005e45-62d6-479f-ab84-1e5c3edde0fb-5CMPlate",
|
||||
"geshang/Seg-R1-3B",
|
||||
"meteorain/Qwen__Qwen3-4B-Thinking-2507-RTN-fp4-e3m0-g128-faked-bf16",
|
||||
"andrewzh/Absolute_Zero_Reasoner-Coder-7b",
|
||||
"Henry236/east8b-eg-lora-chunk-llama",
|
||||
"excepto64/lox_Llama-3_2-1B_r0_1e_sft_adam_s2",
|
||||
"RUC-AIBOX/SWE-World-4B-SFT",
|
||||
"dongboklee/gORM-14B-merged",
|
||||
"abacusai/MetaMath-bagel-34b-v0.2-c1500",
|
||||
"LGAI-EXAONE/EXAONE-4.0.1-32B",
|
||||
"Henry236/east8b-eg-lora-heuristic",
|
||||
"baichuan-inc/Baichuan-M2-32B",
|
||||
"m-a-p/OpenLLaMA-Reproduce-754.97B",
|
||||
"andquant/fw-220M",
|
||||
"Eurdem/megatron_1.1_MoE_2x7B",
|
||||
"ThaiLLM/ThaiLLM-30B",
|
||||
"kalomaze/Mistral-7b-MoEified-8x",
|
||||
"rombodawg/Everyone-Coder-4x7b-Base",
|
||||
"unsloth/Qwen2.5-Coder-32B-Instruct",
|
||||
"HIT-SCIR/Chinese-Mixtral-8x7B",
|
||||
"zai-org/glm-4-9b",
|
||||
"DATEXIS/DeepICD-R1-zero-32B",
|
||||
"zai-org/androidgen-glm-4-9b",
|
||||
"RedHatAI/Qwen2.5-14B-Instruct-quantized.w8a8",
|
||||
"jaydenmao/qwen3-32b-toolace-function-calling",
|
||||
"muthugsubramanian/DocWain-14B-v2",
|
||||
"simple1234/kanana-2-30b-a3b-thinking-2601",
|
||||
]
|
||||
|
||||
KUNLUNXIN_MODELS = [
|
||||
"QuantumStackOverflow/ASTER_4B_RL",
|
||||
"narinzar/grpo-finetune-walkthrough",
|
||||
"Koalacrown/clinical-depression-qwen3-8b",
|
||||
"trinhkhng/ties_Merged_gpt2_0.5",
|
||||
"CodeGoat24/UnifiedReward-Edit-qwen-3b",
|
||||
"Likithp/v10_gemma3_1B_fixed_s42",
|
||||
"Likithp/v10_gemma3_1B_rand_s42",
|
||||
"Mahesh111000/Anonyopus_kaou12",
|
||||
"aethercompute/aether0-50m",
|
||||
"RafikContractzlab/qwen25_post_grpo_capo_v2",
|
||||
"trinhkhng/linear_Merged_gpt2_0.3",
|
||||
"QizhiPei/BioMatrix-1.7B-SFT",
|
||||
"ricemonster/qwen2.5-3B-SFT",
|
||||
"open-unlearning/tofu_Llama-2-7b-chat-hf_retain95",
|
||||
"missUG/MissUniverse-p-cr",
|
||||
"dianab1729/Ada-1",
|
||||
"gradients-io-tournaments/tournament-llama-test-001-f9005e45-62d6-479f-ab84-1e5c3edde0fb-5CMPlate",
|
||||
"geshang/Seg-R1-3B",
|
||||
"meteorain/Qwen__Qwen3-4B-Thinking-2507-RTN-fp4-e3m0-g128-faked-bf16",
|
||||
"Henry236/east8b-eg-lora-chunk-llama",
|
||||
"RUC-AIBOX/SWE-World-4B-SFT",
|
||||
"Ivydata/whisper-small-japanese",
|
||||
"voidful/tts-qwen2.5-math",
|
||||
"unsloth/Qwen2.5-VL-7B-Instruct",
|
||||
"unsloth/Qwen3-VL-2B-Instruct",
|
||||
"unsloth/Qwen2.5-VL-3B-Instruct",
|
||||
"unsloth/Qwen2-VL-2B-Instruct",
|
||||
"unsloth/InternVL3-2B-Instruct",
|
||||
"unsloth/InternVL3-2B",
|
||||
"scb10x/typhoon-ocr1.5-2b",
|
||||
"Wheatley961/Raw_3_no_3_Test_2_new.model",
|
||||
"simple1234/kanana-2-30b-a3b-thinking-2601",
|
||||
]
|
||||
|
||||
BIREN_MODELS = [
|
||||
"EphemeralYou/Prompt-Refine-MiniCPM5-1B",
|
||||
"mtepe01/mentorx-mistral-7b-automata-merged",
|
||||
"DarkArtsForge/Helix-SCE-12B-jh",
|
||||
"Likithp/v10_fixed_s1",
|
||||
"Likithp/v10_rand_s1",
|
||||
"ibm-granite/granite-3.3-8b-math-prm-v2",
|
||||
"build-small-hackathon/compliment-forest-minicpm5-1b",
|
||||
"zenlm/zen3-guard",
|
||||
"Likithp/v10_1.5B_fixed_s42",
|
||||
"ermiaazarkhalili/Granite-4.1-8B-SFT-Fable5",
|
||||
"Mohamed475/qwen3-1.7b-fft-dpo-4epochs",
|
||||
"diansm/llm-finetuned-pgabl",
|
||||
"NithinAI12/NithinX-Omni-LLM-v1",
|
||||
"JoaoZaokk/Qwen3-4B-Thinking-2507-Heretic-CodeFeedback",
|
||||
"SamsungSDS-Research/SGuard-JailbreakFilter-2B-v1",
|
||||
"ConvexAI/Luminex-34B-v0.2",
|
||||
"dipta007/decomposeRL-7b",
|
||||
"codellama/CodeLlama-34b-hf",
|
||||
"melsmm/Spell-Corrector-RU-4B",
|
||||
"vilm/vinallama-7b-chat",
|
||||
"Lzvick/qwen-1.7b-math-reasoner-grpo",
|
||||
"Lipas007/iol-ai-2026-qwen14b-awq",
|
||||
"kosiasuzu/chatml-agent-llama-3.1-8b-init",
|
||||
"kosiasuzu/chatml-llama3.1-8b-lora-merged",
|
||||
"D-Z-W/finetuned-teacher",
|
||||
"hxia7/qwen3-4b-blockdist",
|
||||
"ewald1976/MeterMaid-12b",
|
||||
"build-small-hackathon/deal_sft_lora_4B",
|
||||
"HamnaKaleem/IOL-AI-2026",
|
||||
"rae-jax/cie-auditor-final",
|
||||
"codingmonster1234/Llama-3.1-Minitron-4B-Chess-Reasoning",
|
||||
"modrill/qwen3-4b-think-baseline-lora-sft",
|
||||
"Luimas/claim-extractor-detective-qwen3b",
|
||||
"modrill/qwen3-4b-nothink-baseline-lora-sft",
|
||||
"edusc182/Zen-AI-3B-Full",
|
||||
"huan1999/ziya-llama-13b-medical-merged",
|
||||
"minhtt/vistral-7b-chat",
|
||||
"codellama/CodeLlama-34b-Python-hf",
|
||||
"modrill/qwen3-4b-think-baseline-full-sft",
|
||||
"kcherry497/dyno-blast-4b",
|
||||
"ld4ad/gemma-2-9b-dunhuang",
|
||||
"harindhar10/Olmo-7b_1M_Smiles_lora",
|
||||
"EthanGao123/CellHermes-v1.0",
|
||||
"4dil/coding-architecture-advisor-merged",
|
||||
"DavidAU/granite-4.1-8b-Claude-Opus-4.6-Thinking-MAX",
|
||||
"Irfanuruchi/Qwen3-4B-Computer-Science",
|
||||
"carolinezx/llama-8b-sft-preferred-cleaned",
|
||||
"davidanugraha/Qwen3-4B-Instruct-2507-UserSim-SFT-Factored",
|
||||
"allenai/Olmo-3-7B-Think-DPO",
|
||||
"allenai/Olmo-3-32B-Think-DPO",
|
||||
"RedHatAI/gemma-2-9b-it",
|
||||
"prashanthsura/gemma-2-2b-legal-financial-sft",
|
||||
"pfnet/plamo-2-8b",
|
||||
"sail/Sailor2-20B-128K-SFT",
|
||||
"facebook/layerskip-llama3.2-1B",
|
||||
"Qwen/Qwen2.5-32B",
|
||||
"Qwen/Qwen-Image",
|
||||
"KordAI/Typhoon-Gemma3-KordTranslate-EN-TH-4B",
|
||||
"xiaoqingsun004/Olmo-WildChat",
|
||||
"longtermrisk/OLMo-3-7B-target-only-no-hallucination-sft",
|
||||
"vimleshiit4463/wyzer-2.0-smollm2-135m",
|
||||
"trl-lib/pythia-1b-deduped-tldr-sft",
|
||||
"Eurdem/megatron_1.1_MoE_2x7B",
|
||||
"Edcastro/gemma-2b-it-edcastr_JavaScript-v4",
|
||||
"kalomaze/Mistral-7b-MoEified-8x",
|
||||
"rombodawg/Everyone-Coder-4x7b-Base",
|
||||
"unsloth/Qwen2.5-Coder-32B-Instruct",
|
||||
"adamo1139/Yi-34B-200K-AEZAKMI-RAW-1701",
|
||||
"HIT-SCIR/Chinese-Mixtral-8x7B",
|
||||
"dphn/dolphin-2.9.1-mixtral-1x22b",
|
||||
"anakin87/gemma-2-9b-neogenesis-ita",
|
||||
"macadeliccc/laser-dolphin-mixtral-2x7b-dpo",
|
||||
"yufeng1/Olmo3-7B-Think-rust-sdft-e2-lr5e5-b64-a005",
|
||||
"DATEXIS/DeepICD-R1-zero-32B",
|
||||
"jaydenmao/qwen3-32b-toolace-function-calling",
|
||||
"simple1234/kanana-2-30b-a3b-thinking-2601",
|
||||
]
|
||||
|
||||
CAMBRICON_MODELS = [
|
||||
"QuantumStackOverflow/ASTER_4B_RL",
|
||||
"narinzar/grpo-finetune-walkthrough",
|
||||
"Koalacrown/clinical-depression-qwen3-8b",
|
||||
"trinhkhng/ties_Merged_gpt2_0.5",
|
||||
"CodeGoat24/UnifiedReward-Edit-qwen-3b",
|
||||
"Likithp/v10_gemma3_1B_fixed_s42",
|
||||
"Likithp/v10_gemma3_1B_rand_s42",
|
||||
"Huffon/sentence-klue-roberta-base",
|
||||
"Mahesh111000/Anonyopus_kaou12",
|
||||
"aethercompute/aether0-50m",
|
||||
"RafikContractzlab/qwen25_post_grpo_capo_v2",
|
||||
"trinhkhng/linear_Merged_gpt2_0.3",
|
||||
"trinhkhng/ties_Merged_gpt2_0.1",
|
||||
"QizhiPei/BioMatrix-1.7B-SFT",
|
||||
"ricemonster/qwen2.5-3B-SFT",
|
||||
"open-unlearning/tofu_Llama-2-7b-chat-hf_retain95",
|
||||
"missUG/MissUniverse-p-cr",
|
||||
"dianab1729/Ada-1",
|
||||
"gradients-io-tournaments/tournament-llama-test-001-f9005e45-62d6-479f-ab84-1e5c3edde0fb-5CMPlate",
|
||||
"geshang/Seg-R1-3B",
|
||||
"meteorain/Qwen__Qwen3-4B-Thinking-2507-RTN-fp4-e3m0-g128-faked-bf16",
|
||||
"Henry236/east8b-eg-lora-chunk-llama",
|
||||
"baseten/orpheus-3b-0.1-ft",
|
||||
"excepto64/lox_Llama-3_2-1B_r0_1e_sft_adam_s2",
|
||||
"RUC-AIBOX/SWE-World-4B-SFT",
|
||||
"meteorain/Qwen__Qwen3-4B-Thinking-2507-RTN-fp4-e2m1-g128-faked-bf16",
|
||||
"Ivydata/whisper-small-japanese",
|
||||
"JacobLinCool/whisper-large-v3-turbo-verbatim-1",
|
||||
"andquant/fw-220M",
|
||||
"Eren-Senoglu/llava-med-v1.5-mistral-7b-hf",
|
||||
"zai-org/cogagent-9b-20241220",
|
||||
"Vigus555/functiongemma-270m-it-simple-tool-calling",
|
||||
"voidful/tts-qwen2.5-math",
|
||||
"unsloth/llava-1.5-7b-hf",
|
||||
"RedHatAI/Llama-2-7b-chat-quantized.w8a8",
|
||||
"yufeng1/Olmo3-7B-Think-rust-sdft-e2-lr5e5-b64-a005",
|
||||
"dare43321/spanish-tts-model",
|
||||
"unsloth/Qwen2.5-VL-7B-Instruct",
|
||||
"unsloth/Qwen3-VL-2B-Instruct",
|
||||
"unsloth/Qwen2.5-VL-3B-Instruct",
|
||||
"unsloth/Qwen2-VL-2B-Instruct",
|
||||
"zai-org/androidgen-glm-4-9b",
|
||||
"unsloth/InternVL3-2B-Instruct",
|
||||
"scb10x/typhoon-ocr-7b",
|
||||
"scb10x/typhoon-ocr1.5-2b",
|
||||
"muthugsubramanian/DocWain-14B-v2",
|
||||
"Wheatley961/Raw_3_no_3_Test_2_new.model",
|
||||
"simple1234/kanana-2-30b-a3b-thinking-2601",
|
||||
]
|
||||
|
||||
HYGON_MODELS = [
|
||||
"cjiao/goldengoose-divsweep_goose_n512_indorc_tau0.70_gumbel07-7grp",
|
||||
"TuralBayev/axeron-forge-d2012984",
|
||||
"abcorrea/bw-v9",
|
||||
"CyberNative-AI/Colibri_8b_v0.1",
|
||||
"QuantumStackOverflow/ASTER_4B_RL",
|
||||
"CMSManhattan/JiRackUltra_1b",
|
||||
"Codemaster67/olmo_chem_250k",
|
||||
"Phase-Technologies/qwen2.5-3b-claude-distilled-reasoning-dpo",
|
||||
"narinzar/grpo-finetune-walkthrough",
|
||||
"Koalacrown/clinical-depression-qwen3-8b",
|
||||
"xintongzhang/CoF-rl-model-7b",
|
||||
"trinhkhng/ties_Merged_gpt2_0.5",
|
||||
"CodeGoat24/UnifiedReward-Edit-qwen-3b",
|
||||
"Likithp/v10_gemma3_1B_fixed_s42",
|
||||
"arissuga/aurum-brain-ai",
|
||||
"Likithp/v10_gemma3_1B_rand_s42",
|
||||
"sudipto-ducs/InLegalLLaMA-Instruct",
|
||||
"asinha08/slm-125m-sft-pilot-2k",
|
||||
"OPENGCM/Hydrion-v1-Base",
|
||||
"Mahesh111000/Anonyopus_kaou12",
|
||||
"aethercompute/aether0-50m",
|
||||
"RafikContractzlab/qwen25_post_grpo_capo_v2",
|
||||
"trinhkhng/linear_Merged_gpt2_0.3",
|
||||
"trinhkhng/ties_Merged_gpt2_0.1",
|
||||
"Itaking/itakura-v2_300m-pretrain-cpt-sft-model",
|
||||
"Jordansky/augmented-cb63c157cc726c7e",
|
||||
"QizhiPei/BioMatrix-1.7B-SFT",
|
||||
"trinhkhng/linear_Merged_gpt2_0.5",
|
||||
"QuantaSparkLabs/Mimicer",
|
||||
"Pasaribu2000/qwen2.5-1.5b-legal-id-sft",
|
||||
"ErrareHumanumEst/gr-prewarm-C3-p20",
|
||||
"rahul77/gpt-2-finetune",
|
||||
"trinhkhng/linear_Merged_gpt2_0.4",
|
||||
"ricemonster/qwen2.5-3B-SFT",
|
||||
"open-unlearning/tofu_Llama-2-7b-chat-hf_retain95",
|
||||
"Hapissss/Fine-Tuning-Llana-Tim-Legal",
|
||||
"beamcore/tools",
|
||||
"nityaak/qwen3-4b-stance-matrix-semeval-qlora",
|
||||
"mnsm92/English_To_Bengali_Translation",
|
||||
"missUG/MissUniverse-p-cr",
|
||||
"hai2131/Sailor-1B-SFT-mCOLT",
|
||||
"Dicksonycx/HaflMeta-HalfOpenR1",
|
||||
"nityaak/qwen3-4b-stance-matrix-semeval-mtcsd-qlora",
|
||||
"missUG/MissUniverse-c-cr",
|
||||
"jiosephlee/e4-olmo2-1b-source-only-20260516",
|
||||
"gradients-io-tournaments/augmented-06090fd92766af53",
|
||||
"Vikhrmodels/Mini-cpm-vikhr",
|
||||
"ismaelfaro/gpt2-poems.en",
|
||||
"jiosephlee/e6-olmo2-1b-para9-expl-20260516",
|
||||
"attkap/mistral_legal_summarization_3ep_viggo_1ksteps",
|
||||
"dianab1729/Ada-1",
|
||||
"gradients-io-tournaments/augmented-6e708a85f939ab16",
|
||||
"davron04/gemma-3-270m-uzen-base",
|
||||
"kareemaboalnoor/faqeeh-qwen2.5-7b-egyptian-legal-v2",
|
||||
"hyuu97/qwen2.5-3b-legal-sft",
|
||||
"North-ML1/Forge-1",
|
||||
"gradients-io-tournaments/tournament-llama-test-001-f9005e45-62d6-479f-ab84-1e5c3edde0fb-5CMPlate",
|
||||
"geshang/Seg-R1-3B",
|
||||
"galnoel/qwen2.5-1.5b-instruct-legal-chatbot-sft",
|
||||
"cihuyuuu/pgabl-legal-chatbot-qwen2.5-3b",
|
||||
"ruscelle/Qwen2.5-0.5B-Instruct-Gensyn-Swarm-rabid_bristly_elephant",
|
||||
"ishikauniphore/generator_llama8bins_nemotron_stem_semreasoning",
|
||||
"excepto64/lox_SmolLM2-360M_hhrlhf_r0_1e",
|
||||
"jiosephlee/e5-olmo2-1b-para9-20260516",
|
||||
"meteorain/Qwen__Qwen3-4B-Thinking-2507-RTN-fp4-e3m0-g128-faked-bf16",
|
||||
"andrewzh/Absolute_Zero_Reasoner-Coder-7b",
|
||||
"Zhaorun/CodeQwen1.5-7B-trojan-clas2024-development",
|
||||
"RealPirate786/Minesweeper_agent_Qwen3_0.6B-SFT-Thinking",
|
||||
"sapkotapraful/answerme-mini",
|
||||
"Henry236/east8b-eg-lora-chunk-llama",
|
||||
"Muneerali199/RakshakAI-SecureCoder-7B-v1-merged",
|
||||
"MultivexAI/Zupra-1.6-50M-Instruct-Ultra-exp",
|
||||
"URajinda/ShweYon-V2.1-SFT",
|
||||
"sillykiwi/Qwen2.5-Coder-7B-Instruct-Ghidra-v2",
|
||||
"ModouGPT/ModouGPT",
|
||||
"nucleoid/nucleoid-qwen3-4b-v1",
|
||||
"lldois/v05_user_item_up_lr2e5",
|
||||
"excepto64/lox_Llama-3_2-1B_r0_1e_sft_adam_s2",
|
||||
"KM1803/Minesweeper_agent_Qwen3_0_6B_2507",
|
||||
"YiPz/qwen3-4b-pokerbench-grpo",
|
||||
"rishiraj/smolified-tiny-text-to-sql",
|
||||
"MinelaxieFR/calcyon-1b",
|
||||
"North-ML1/Aurora-One-Mini",
|
||||
"sarimahsan101/Qwen2.5-0.5B-HiddenDistilled",
|
||||
"trinhkhng/linear_Merged_gpt2_0.2",
|
||||
"RUC-AIBOX/SWE-World-4B-SFT",
|
||||
"RealPirate786/Minesweeper_agent_Qwen3_0.6B-SFT",
|
||||
"jerchenxin/qwen2.5-Math-1.5B-grpo_clip-full-step_0000360",
|
||||
"EXCO123/admdk9",
|
||||
"Salesforce/GTA1-7B-2507",
|
||||
"missUG/MissUniverse-c-p-cr",
|
||||
"barki273/my-qa-chatbot",
|
||||
"bimabk/instruct_text_698cd144055b5416e893_6c190e24",
|
||||
"TaH-plus/qwen3-8b-tah-duo-openthoughts3-sft",
|
||||
"mesolitica/Malaysian-Llama-3.2-3B-Instruct",
|
||||
"Henry236/east8b-eg-lora-heuristic",
|
||||
"bimabk/test_ac92fa52-28b8-479a-b5d5-a678407b5011_Qwen-Qwen2-0-5B",
|
||||
"Kwai-Keye/Thyme-RL",
|
||||
"Ivydata/whisper-small-japanese",
|
||||
"JacobLinCool/whisper-large-v3-turbo-verbatim-1",
|
||||
"ombd/llama32-1b-eotx",
|
||||
"HuggingFaceTB/SmolVLM-Base",
|
||||
"andquant/fw-220M",
|
||||
"CraftJarvis/JarvisVLA-Qwen2-VL-7B",
|
||||
"Eren-Senoglu/llava-med-v1.5-mistral-7b-hf",
|
||||
"CodeGoat24/UnifiedReward-2.0-qwen3vl-8b",
|
||||
"Cornebidouil/moonshine-tiny-fr",
|
||||
"waddie/mini-1.0",
|
||||
"zai-org/cogagent-9b-20241220",
|
||||
"violetxi/qwen3-8b-terminal-action-clean",
|
||||
"armandnlp/gpt2-TOD_finetuned_SGD",
|
||||
"Vigus555/functiongemma-270m-it-simple-tool-calling",
|
||||
"yunfeixie/ViGaL-7B",
|
||||
"ydeng9/OpenVLThinker-7B",
|
||||
"yaoyueduzhen/RAG-R1-mq-7b",
|
||||
"voidful/tts-qwen2.5-math",
|
||||
"imthanhlv/vigpt2medium",
|
||||
"unsloth/llava-1.5-7b-hf",
|
||||
"xlangai/Jedi-7B-1080p",
|
||||
"intfloat/multilingual-e5-base",
|
||||
"yufeng1/Olmo3-7B-Think-rust-sdft-e2-lr5e5-b64-a005",
|
||||
"dare43321/spanish-tts-model",
|
||||
"unsloth/Qwen2.5-VL-7B-Instruct",
|
||||
"unsloth/Qwen3-VL-2B-Instruct",
|
||||
"unsloth/Qwen2.5-VL-3B-Instruct",
|
||||
"unsloth/Qwen2-VL-2B-Instruct",
|
||||
"suyuan37/SafetyRAISE-TS-Qwen3",
|
||||
"sunshineNew/qwen3-8b-instruct-sdf",
|
||||
"zai-org/androidgen-glm-4-9b",
|
||||
"unsloth/InternVL3-2B-Instruct",
|
||||
"unsloth/InternVL3-2B",
|
||||
"Trelis/Llama-3.2-1B-Instruct_SFT_1",
|
||||
"scb10x/typhoon-ocr1.5-2b",
|
||||
"artindnr/tea",
|
||||
"eivintobias/heartly-qwen-code",
|
||||
"exemuel/Legal-AI-Chatbot-SFT",
|
||||
"muthugsubramanian/DocWain-14B-v2",
|
||||
"yufeng1/Olmo3-7B-Think-rust-sdft-e2-lr1e5-b64-a001",
|
||||
"launch/MET-D-Qwen3-4B",
|
||||
"MCG-NJU/TimeLens2-4B",
|
||||
"IsaacRodgz/setfit-stance-prediction-spanish-news-headlines",
|
||||
"krlvi/sentence-t5-base-nlpl-code_search_net",
|
||||
"Watwat100/smol16",
|
||||
"Watwat100/smol8",
|
||||
"danielsaggau/scotus",
|
||||
"Wheatley961/Raw_3_no_3_Test_2_new.model",
|
||||
"simple1234/kanana-2-30b-a3b-thinking-2601",
|
||||
]
|
||||
|
||||
MTHREADS_MODELS = [
|
||||
@@ -872,15 +750,18 @@ PPU_MODELS = [
|
||||
"espressovi/BODHI-qwen-3-maze-8b-distil",
|
||||
]
|
||||
|
||||
# 本轮提交第十三轮过滤结果:MetaX_c-500(26) / Kunlunxin_p-800(21) / hygon_k100-ai(98) /
|
||||
# Cambricon_mlu-370-x8(26),与各卡此前批次均无重复;沿用多账号 fallback 轮转;
|
||||
# 本轮提交第二十一轮过滤结果:MetaX_c-500(15) / Kunlunxin_p-800(11) / hygon_k100-ai(49) /
|
||||
# Cambricon_mlu-370-x8(22) / Biren_166m(14),共111个;沿用多账号 fallback 轮转;
|
||||
# 本轮不提交 Mthreads_s4000(保留既有列表)/ ppu_zw_810e(机制B无白名单权限)/
|
||||
# Sunrise_pt-200-x1(v1.0.13已完成)/ Biren_166m
|
||||
# Sunrise_pt-200-x1(v1.0.13已完成)
|
||||
# Iluvatar_bi-150 本轮筛出3个,但本仓库是 framework=vllm,而现有 iluvatar 镜像
|
||||
# 都是 llamacpp/GGUF 的,缺 vllm 版镜像地址,暂不提交,待补 config 分支后再交
|
||||
GPU_JOBS: List[Tuple[str, List[str]]] = [
|
||||
("MetaX_c-500", METAX_MODELS),
|
||||
("Kunlunxin_p-800", KUNLUNXIN_MODELS),
|
||||
("hygon_k100-ai", HYGON_MODELS),
|
||||
("Cambricon_mlu-370-x8", CAMBRICON_MODELS),
|
||||
("Biren_166m", BIREN_MODELS),
|
||||
]
|
||||
TOTAL_MODELS = sum(len(models) for _, models in GPU_JOBS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user