From a66f257fedd7db56661794403a86b80b77399d83 Mon Sep 17 00:00:00 2001 From: drholy Date: Wed, 4 Feb 2026 05:22:34 +0700 Subject: [PATCH] fix model id --- app/model_configs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/model_configs.py b/app/model_configs.py index 36f9fd4..3e69f58 100644 --- a/app/model_configs.py +++ b/app/model_configs.py @@ -17,7 +17,7 @@ model_configs = { }, "DeepSeek-R1-Distill-Qwen-1.5B_FP16_RK3588": { "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_new_tokens": 8192, "top_k": 5,