empero-ai commited on
Commit
a7ab0f6
Β·
verified Β·
1 Parent(s): 72f8ec0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +14 -18
README.md CHANGED
@@ -31,19 +31,15 @@ tags:
31
  <tr>
32
  <td>
33
 
34
- ## 🚨 v2 released β€” please redownload the GGUFs
35
 
36
- The v2 GGUFs replace the original normal filenames and add explicit `-MTP-` variants. If you downloaded this repo before v2, please redownload your GGUF.
37
 
38
- Fixes in v2:
39
 
40
- - tokenizer metadata normalized for Qwen3.5 GGUF runtimes;
41
- - embedded chat template updated for reliable tool/function calling and OpenCode-style agent loops;
42
- - Qwythos/Empero identity prompt embedded in the template;
43
- - MTP-enabled variants added as `Qwythos-9B-Claude-Mythos-5-1M-MTP-*.gguf`;
44
- - Q4/Q8 tool-calling, MTP draft speculation, 1M-context allocation, and vision projector smoke-tested with current llama.cpp.
45
-
46
- Use the normal files for maximum runtime compatibility. Use the `-MTP-` files when you want llama.cpp MTP draft speculation.
47
 
48
  </td>
49
  </tr>
@@ -63,19 +59,19 @@ For full training details, evaluation numbers, and capability writeup, see the *
63
 
64
  ## Files
65
 
66
- ### Normal text weights β€” fixed v2 replacements
67
 
68
  | File | Quant | Size | Notes |
69
  |---|---|---|---|
70
- | `Qwythos-9B-Claude-Mythos-5-1M-Q4_K_M.gguf` | Q4_K_M | 5.24 GiB / 5.63 GB | **recommended default** β€” fixed v2, best compatibility |
71
- | `Qwythos-9B-Claude-Mythos-5-1M-Q5_K_M.gguf` | Q5_K_M | 6.02 GiB / 6.47 GB | fixed v2, balanced quality / size |
72
- | `Qwythos-9B-Claude-Mythos-5-1M-Q6_K.gguf` | Q6_K | 6.85 GiB / 7.36 GB | fixed v2, high quality |
73
- | `Qwythos-9B-Claude-Mythos-5-1M-Q8_0.gguf` | Q8_0 | 8.87 GiB / 9.53 GB | fixed v2, near-lossless |
74
- | `Qwythos-9B-Claude-Mythos-5-1M-BF16.gguf` | BF16 | 16.69 GiB / 17.92 GB | fixed v2, full precision conversion base |
75
 
76
  If you don't know which to pick, **Q4_K_M is the right starting point** β€” it's the smallest practical quant with good quality preservation.
77
 
78
- ### MTP-enabled text weights β€” v2 variants
79
 
80
  These include the restored Qwen3.5-compatible MTP head inside the GGUF. Use them with llama.cpp builds that support MTP draft speculation, for example `--spec-type draft-mtp`.
81
 
@@ -130,7 +126,7 @@ llama-server \
130
  -c 16384 --port 8080
131
  ```
132
 
133
- MTP support requires a recent llama.cpp build. If your runtime does not support MTP yet, use the normal v2 files above.
134
 
135
  ---
136
 
 
31
  <tr>
32
  <td>
33
 
34
+ ## 🚨 v3 released β€” please redownload the GGUFs
35
 
36
+ Hotfix for the chat template. If you downloaded this repo before v3, please redownload your GGUF.
37
 
38
+ Fixes in v3:
39
 
40
+ - embedded chat template updated for preserved reasoning and adaptive thinking;
41
+ - fixes looping during long generation traces;
42
+ - fixes agentic use in harnesses like OpenCode, Abacus, Hermes, and Claude Code;
 
 
 
 
43
 
44
  </td>
45
  </tr>
 
59
 
60
  ## Files
61
 
62
+ ### Normal text weights β€” fixed v3 replacements
63
 
64
  | File | Quant | Size | Notes |
65
  |---|---|---|---|
66
+ | `Qwythos-9B-Claude-Mythos-5-1M-Q4_K_M.gguf` | Q4_K_M | 5.24 GiB / 5.63 GB | **recommended default** β€” fixed v3, best compatibility |
67
+ | `Qwythos-9B-Claude-Mythos-5-1M-Q5_K_M.gguf` | Q5_K_M | 6.02 GiB / 6.47 GB | fixed v3, balanced quality / size |
68
+ | `Qwythos-9B-Claude-Mythos-5-1M-Q6_K.gguf` | Q6_K | 6.85 GiB / 7.36 GB | fixed v3, high quality |
69
+ | `Qwythos-9B-Claude-Mythos-5-1M-Q8_0.gguf` | Q8_0 | 8.87 GiB / 9.53 GB | fixed v3, near-lossless |
70
+ | `Qwythos-9B-Claude-Mythos-5-1M-BF16.gguf` | BF16 | 16.69 GiB / 17.92 GB | fixed v3, full precision conversion base |
71
 
72
  If you don't know which to pick, **Q4_K_M is the right starting point** β€” it's the smallest practical quant with good quality preservation.
73
 
74
+ ### MTP-enabled text weights β€” fixed v3 variants
75
 
76
  These include the restored Qwen3.5-compatible MTP head inside the GGUF. Use them with llama.cpp builds that support MTP draft speculation, for example `--spec-type draft-mtp`.
77
 
 
126
  -c 16384 --port 8080
127
  ```
128
 
129
+ MTP support requires a recent llama.cpp build. If your runtime does not support MTP yet, use the normal fixed v3 files above.
130
 
131
  ---
132