daydreamwarrior commited on
Commit
287c557
·
verified ·
1 Parent(s): 4a6de67

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - SC117/QwenPaw-Flash-9B-heretic-GGUF
4
+ ---
5
+ Q4_K_L is based on observations of unsloth Q4_K_XL and unsloth Q4_K_M, without imatrix
6
+ ```
7
+ llama-quantize \
8
+ --tensor-type ssm_alpha=F32 \
9
+ --tensor-type ssm_beta=F32 \
10
+ --tensor-type ssm_out=q8_0 \
11
+ --tensor-type attn_gate=q5_k \
12
+ --tensor-type attn_qkv=q5_k \
13
+ --tensor-type attn_v=q6_k \
14
+ ./QwenPaw-Flash-9B-heretic-F16.gguf ./QwenPaw-Flash-9B-heretic-Q4_K_L.gguf Q4_K_M
15
+ ```