philtheriver commited on
Commit
6b4c77b
·
verified ·
1 Parent(s): 292de70

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -65,6 +65,8 @@ HSA_OVERRIDE_GFX_VERSION=11.5.1 build-strix-rocmfp4/bin/llama-server \
65
 
66
  Tool calls: point your client at the **`qwen3_coder`** parser, or the model narrates code instead of emitting structured calls.
67
 
 
 
68
  <details>
69
  <summary><b>All tiers · recipe · benchmarks</b></summary>
70
 
 
65
 
66
  Tool calls: point your client at the **`qwen3_coder`** parser, or the model narrates code instead of emitting structured calls.
67
 
68
+ **Better tool-calling / agent compatibility (optional).** These ROCmFPX quants carry the exact weights of [`Jackrong/Qwopus3.6-27B-Coder`](https://huggingface.co/Jackrong/Qwopus3.6-27B-Coder), so the interoperability-hardened chat template from Jackrong's [**Compat-MTP edition**](https://huggingface.co/Jackrong/Qwopus3.6-27B-Coder-Compat-MTP-GGUF) (JSON-string + mapping/list tool args; llama.cpp/minja ↔ HF-Jinja parity) drops in unchanged. If your agent runtime hits flaky function-calling, grab [`chat_template_compat.jinja`](chat_template_compat.jinja) from this repo and serve with `--chat-template-file chat_template_compat.jinja` (overrides the bundled `--jinja` template). Same weights, just a more portable template.
69
+
70
  <details>
71
  <summary><b>All tiers · recipe · benchmarks</b></summary>
72