fix path to llama-server binary
This commit is contained in:
@@ -217,7 +217,7 @@ models:
|
|||||||
|
|
||||||
"unsloth/Qwen3.6-35B-A3B-MTP-GGUF:Q4_K_M":
|
"unsloth/Qwen3.6-35B-A3B-MTP-GGUF:Q4_K_M":
|
||||||
cmd: |
|
cmd: |
|
||||||
/app/llama-server
|
llama-server
|
||||||
-hf unsloth/Qwen3.6-35B-A3B-MTP-GGUF:Q4_K_M
|
-hf unsloth/Qwen3.6-35B-A3B-MTP-GGUF:Q4_K_M
|
||||||
${ctx_256k}
|
${ctx_256k}
|
||||||
${qwen35_think_args}
|
${qwen35_think_args}
|
||||||
@@ -227,7 +227,7 @@ models:
|
|||||||
|
|
||||||
"unsloth/Qwen3.6-35B-A3B-MTP-GGUF-nothink:Q4_K_M":
|
"unsloth/Qwen3.6-35B-A3B-MTP-GGUF-nothink:Q4_K_M":
|
||||||
cmd: |
|
cmd: |
|
||||||
/app/llama-server
|
llama-server
|
||||||
-hf unsloth/Qwen3.6-35B-A3B-MTP-GGUF:Q4_K_M
|
-hf unsloth/Qwen3.6-35B-A3B-MTP-GGUF:Q4_K_M
|
||||||
${ctx_256k}
|
${ctx_256k}
|
||||||
${qwen35_nothink_args}
|
${qwen35_nothink_args}
|
||||||
|
|||||||
Reference in New Issue
Block a user