Files
amd-r9700-vllm-toolboxes/config.json
T

61 lines
1.7 KiB
JSON
Raw Normal View History

2026-03-26 21:37:10 +08:00
{
2026-03-27 01:08:25 +08:00
"default_model": "Qwen3.5-35B-A3B-GPTQ-Int4",
2026-03-26 21:37:10 +08:00
"models": {
2026-03-27 01:08:25 +08:00
"gpt-oss-20b": {
"ctx": "32768",
"trust_remote": true,
2026-03-26 21:37:10 +08:00
"valid_tp": [1, 2],
"max_num_seqs": "64",
2026-03-27 01:08:25 +08:00
"max_tokens": "8192",
"hf_model_id": "openai/gpt-oss-20b"
2026-03-26 21:37:10 +08:00
},
2026-03-27 01:08:25 +08:00
"Qwen3-Coder-30B-A3B-Instruct-GPTQ-4bit": {
"ctx": "24576",
2026-03-26 21:37:10 +08:00
"trust_remote": true,
"valid_tp": [1, 2],
"max_num_seqs": "64",
2026-03-27 01:08:25 +08:00
"max_tokens": "32768",
"hf_model_id": "cpatonn/Qwen3-Coder-30B-A3B-Instruct-GPTQ-4bit"
2026-03-26 21:37:10 +08:00
},
2026-03-27 01:08:25 +08:00
"DeepSeek-R1-Distill-Qwen-14B": {
2026-03-26 21:37:10 +08:00
"ctx": "32768",
"trust_remote": true,
"valid_tp": [1],
"max_num_seqs": "64",
2026-03-27 01:08:25 +08:00
"max_tokens": "32768",
"hf_model_id": "deepseek-ai/DeepSeek-R1-Distill-Qwen-14B"
2026-03-26 21:37:10 +08:00
},
2026-03-27 01:08:25 +08:00
"DeepSeek-R1-Distill-Qwen-32B-AWQ": {
2026-03-26 21:37:10 +08:00
"ctx": "24576",
"trust_remote": true,
"valid_tp": [1, 2],
"max_num_seqs": "64",
2026-03-27 01:08:25 +08:00
"max_tokens": "32768",
"hf_model_id": "deepseek-ai/DeepSeek-R1-Distill-Qwen-32B-AWQ"
2026-03-26 21:37:10 +08:00
},
2026-03-27 01:08:25 +08:00
"GLM-4.7-Flash-AWQ": {
"ctx": "32768",
2026-03-26 21:37:10 +08:00
"trust_remote": true,
2026-03-27 01:08:25 +08:00
"valid_tp": [1, 2],
"max_num_seqs": "64",
"max_tokens": "32768",
"hf_model_id": "THUDM/GLM-4.7-Flash-AWQ"
2026-03-26 21:37:10 +08:00
},
2026-03-27 01:08:25 +08:00
"Qwen3.5-35B-A3B-GPTQ-Int4": {
"ctx": "32768",
2026-03-26 21:37:10 +08:00
"trust_remote": true,
2026-03-27 01:08:25 +08:00
"valid_tp": [1, 2],
"max_num_seqs": "64",
"max_tokens": "32768",
"hf_model_id": "Qwen/Qwen3.5-35B-A3B-GPTQ-Int4"
2026-03-26 21:37:10 +08:00
},
2026-03-27 01:08:25 +08:00
"Qwen3-Omni-30B-A3B-Instruct-AWQ-4bit": {
"ctx": "24576",
2026-03-26 21:37:10 +08:00
"trust_remote": true,
"valid_tp": [1, 2],
"max_num_seqs": "64",
2026-03-27 01:08:25 +08:00
"max_tokens": "32768",
"hf_model_id": "Qwen/Qwen3-Omni-30B-A3B-Instruct-AWQ-4bit"
2026-03-26 21:37:10 +08:00
}
}
}