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
- LM Studio
Commit ·
81ec3f0
1
Parent(s): 58eb7af
type in llama.cpp-call (#3)
Browse files- type in llama.cpp-call (3f0844dbfddee746e73060071152ea190f449342)
Co-authored-by: M M <burningfeet@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -47,7 +47,7 @@ All seven are fixed here, plus a clean `<|think_on|>` / `<|think_off|>` toggle y
|
|
| 47 |
### llama.cpp / koboldcpp
|
| 48 |
|
| 49 |
```bash
|
| 50 |
-
--jinja --chat-
|
| 51 |
```
|
| 52 |
|
| 53 |
### vLLM / TextGen
|
|
|
|
| 47 |
### llama.cpp / koboldcpp
|
| 48 |
|
| 49 |
```bash
|
| 50 |
+
--jinja --chat-template-file qwen3.6/chat_template.jinja
|
| 51 |
```
|
| 52 |
|
| 53 |
### vLLM / TextGen
|