fix model id
All checks were successful
Build, Push and Redeploy Docker Image / build-and-push (push) Successful in 5m18s

This commit is contained in:
2026-02-04 05:22:34 +07:00
parent 7a4470ab95
commit a66f257fed

View File

@@ -17,7 +17,7 @@ model_configs = {
}, },
"DeepSeek-R1-Distill-Qwen-1.5B_FP16_RK3588": { "DeepSeek-R1-Distill-Qwen-1.5B_FP16_RK3588": {
"base_config": { "base_config": {
"st_model_id": "deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B", "st_model_id": "Qwen/Qwen2.5-14B-Instruct",
"max_context_len": 128000, "max_context_len": 128000,
"max_new_tokens": 8192, "max_new_tokens": 8192,
"top_k": 5, "top_k": 5,