huihui-ai commited on
Commit
c40abf2
·
verified ·
1 Parent(s): 1e1e655

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -48,6 +48,14 @@ cp llama.cpp/build/bin/llama-* llama.cpp
48
  -ngl 99 -c 262144 -fa on -np 1 \
49
  --spec-type draft-mtp --spec-draft-n-max 6
50
  ```
 
 
 
 
 
 
 
 
51
 
52
  ### Usage Warnings
53
 
 
48
  -ngl 99 -c 262144 -fa on -np 1 \
49
  --spec-type draft-mtp --spec-draft-n-max 6
50
  ```
51
+
52
+ ## Files
53
+
54
+ | File | Size |out (`ffn_down/ssm_out/attn_output`) | Everything else |
55
+ |---|---|---|---|
56
+ | `Huihui-Qwable-3.6-27b-abliterated-Q4_K_M_Q8.gguf` | 19.1 GiB | (`ffn_down/ssm_out/attn_output`) (Q8_0) | (`ffn_gate/ssm_out/ffn_up`) (Q4_K), (`attn_v/attn_qkv`) (Q6_K), MTP(blk.64.) |
57
+ | `Huihui-Qwable-3.6-27b-abliterated-Q4_K_M_F16.gguf` | 25.8 GiB | (`ffn_down/ssm_out/attn_output`) (F16) | (`ffn_gate/ssm_out/ffn_up`) (Q4_K), (`attn_v/attn_qkv`) (Q6_K), MTP(blk.64.) |
58
+ | `Huihui-Qwable-3.6-27b-abliterated-F16.gguf` | 50.9 GiB | (`ffn_down/ssm_out/attn_output`) (F16) | (`ffn_gate/ssm_out/ffn_up`) (F16) , (`attn_v/attn_qkv`) (F16), MTP(blk.64.) |
59
 
60
  ### Usage Warnings
61