diff --git a/config.json b/config.json index 053325c..d7959ff 100644 --- a/config.json +++ b/config.json @@ -78,6 +78,7 @@ "Qwen3.5-35B-A3B-FP8": { "local_path": "Qwen3.5-35B-A3B-FP8", "dtype": "float16", + "quantization": "None", "ctx": "131072", "enforce_eager": false, "trust_remote": true, @@ -86,6 +87,7 @@ "max_tokens": "16384", "gpu_util": "0.94", "tool_call_parser": "qwen3_coder", + "reasoning_parser": "qwen3", "enable_auto_tool_choice": true, "served_model_name": "Qwen3.5-35B-A3B-FP8", "hf_model_id": "Qwen/Qwen3.5-35B-A3B-FP8"