llm-inference-multimodel: reset qwen shadow unit to disabled by default -- model disqualified (n_ctx_train=32768, not 64K+), leaving enabled would crash-loop on next playbook run
This commit is contained in:
@@ -71,7 +71,7 @@ llm_toolcall_model_id: mistral-small-24b-instruct-2501
|
|||||||
# (either free VRAM by stopping llama-server-toolcall for the shadow window,
|
# (either free VRAM by stopping llama-server-toolcall for the shadow window,
|
||||||
# or reduce ctx-size). llm_qwen_service_enabled defaults to false so a normal
|
# or reduce ctx-size). llm_qwen_service_enabled defaults to false so a normal
|
||||||
# playbook run will template the unit but NOT start it.
|
# playbook run will template the unit but NOT start it.
|
||||||
llm_qwen_service_enabled: true
|
llm_qwen_service_enabled: false
|
||||||
llm_qwen_port: 8002
|
llm_qwen_port: 8002
|
||||||
llm_qwen_model_path: "{{ llm_models_dir }}/Qwen2.5-14B-Instruct-Q5_K_M.gguf"
|
llm_qwen_model_path: "{{ llm_models_dir }}/Qwen2.5-14B-Instruct-Q5_K_M.gguf"
|
||||||
llm_qwen_model_url: "https://huggingface.co/bartowski/Qwen2.5-14B-Instruct-GGUF/resolve/main/Qwen2.5-14B-Instruct-Q5_K_M.gguf"
|
llm_qwen_model_url: "https://huggingface.co/bartowski/Qwen2.5-14B-Instruct-GGUF/resolve/main/Qwen2.5-14B-Instruct-Q5_K_M.gguf"
|
||||||
|
|||||||
Reference in New Issue
Block a user