Instructions to use froggeric/Qwen-Fixed-Chat-Templates with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use froggeric/Qwen-Fixed-Chat-Templates with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir Qwen-Fixed-Chat-Templates froggeric/Qwen-Fixed-Chat-Templates
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
Early termination
This is the first time using this, so I'm not sure on the debugging process. I added the template to LM Studio prompt template, and after using VSCode for about 2 minutes in planning mode, it spat out this. Any thoughts? Thanks 😃 The version is qwen3.6-froggeric-v21.3.
<function=read_file> <parameter=filePath> /Users/me/Documents/Git/example/shared/src/example.ts <parameter=startLine> 1 <parameter=endLine> 300
There seems to be an issue with this breaking tool calls, I am also using LM Studio and with Ornith and Qwen3.6 in OpenCode and Pi.dev it would break tool_calls and just print the tool call XML into chat, I reset the template to default and they started working again.
Same for me, I had to revert to the standard template on Qwen 3.6 27b - this ruins toolcalling so quickly. With the standard template it randomly stops, but at least I can just tell it to continue and then it keeps going. Once you get into the broken toolcall situation, it stays broken.