clean up Dockerfile
This commit is contained in:
48
main.py
48
main.py
@@ -36,26 +36,34 @@ HTTP_PORT = 8080
|
|||||||
# 模型列表
|
# 模型列表
|
||||||
# ══════════════════════════════════════════════════════════
|
# ══════════════════════════════════════════════════════════
|
||||||
ALL_MODEL_IDS = [
|
ALL_MODEL_IDS = [
|
||||||
"AI-ModelScope/gemma-2b",
|
"NovaSky-AI/Sky-T1-7B",
|
||||||
"AI-ModelScope/falcon-mamba-7b",
|
"prithivMLmods/TESS-QwenRe-Fact-0.5B",
|
||||||
"katanemo/deepseek-2",
|
"Magpie-Align/Llama-3.1-8B-Magpie-Align-v0.1",
|
||||||
"OpenBMB/MiniCPM4-0.5B",
|
"Magpie-Align/Llama-3-8B-Magpie-Align-SFT-v0.1",
|
||||||
"NousResearch/Meta-Llama-3-8B-Instruct",
|
"Magpie-Align/Llama-3.1-8B-Magpie-Align-SFT-v0.2",
|
||||||
"MediaTek-Research/Breeze-7B-Instruct-v1_0",
|
"LLM-Research/layerskip-llama2-7B",
|
||||||
"QLUNLP/BianCang-Qwen2.5-7B-Instruct",
|
"PowerInfer/SmallThinker-3B-Preview",
|
||||||
"OpenBMB/MiniCPM4-Survey",
|
"HuggingFaceTB/SmolLM2-360M",
|
||||||
"OpenBMB/MiniCPM4-8B",
|
"ModelCloud.AI/Llama3.2-1B-Instruct",
|
||||||
"PaddlePaddle/ERNIE-4.5-0.3B-PT",
|
"NousResearch/DeepHermes-3-Llama-3-8B-Preview",
|
||||||
"LLM-Research/Llama-Guard-3-8B",
|
"PAI/DistilQwen2.5-DS3-0324-14B",
|
||||||
"OpenBMB/MiniCPM-2B-dpo-fp16",
|
"OpenBMB/MiniCPM-1B-sft-bf16",
|
||||||
"OpenBMB/MiniCPM4.1-8B",
|
"OpenBMB/MiniCPM4-8B-marlin-vLLM",
|
||||||
"Cylingo/Xinyuan-LLM-14B-0428",
|
"OpenBMB/MiniCPM-2B-sft-fp32",
|
||||||
"Fengshenbang/Ziya-LLaMA-13B-v1",
|
"unsloth/gemma-3-1b-it",
|
||||||
"baichuan-inc/Baichuan2-13B-Chat",
|
"LGAI-EXAONE/EXAONE-3.5-7.8B-Instruct",
|
||||||
"LLM-Research/gemma-2-9b-it",
|
"Magpie-Align/Llama-3-8B-WildChat",
|
||||||
"Qwen/CodeQwen1.5-7B-Chat",
|
"allenai/tulu-2-7b",
|
||||||
"OpenBMB/cpm-bee-10b",
|
"argilla/distilabeled-OpenHermes-2.5-Mistral-7B",
|
||||||
"OpenBMB/MiniCPM3-4B",
|
"Fengshenbang/Ziya2-13B-Chat",
|
||||||
|
"AI-ModelScope/starcoder2-15b",
|
||||||
|
"AI-ModelScope/phi-2",
|
||||||
|
"KoboldAI/OPT-13B-Erebus",
|
||||||
|
"NousResearch/OLMo-Bitnet-1B",
|
||||||
|
"AI-ModelScope/merlinite-7b",
|
||||||
|
"IndexTeam/Index-1.9B-Chat",
|
||||||
|
"AI-ModelScope/gpt2",
|
||||||
|
"togethercomputer/GPT-JT-6B-v1",
|
||||||
]
|
]
|
||||||
|
|
||||||
# ══════════════════════════════════════════════════════════
|
# ══════════════════════════════════════════════════════════
|
||||||
|
|||||||
Reference in New Issue
Block a user