fix model id
All checks were successful
Build, Push and Redeploy Docker Image / build-and-push (push) Successful in 5m18s
All checks were successful
Build, Push and Redeploy Docker Image / build-and-push (push) Successful in 5m18s
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user