Thireus commited on
Commit
eee2d22
·
1 Parent(s): 17e70b2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -31,7 +31,7 @@ cmake --build build --config Release -j16
31
  cd ..
32
 
33
  # Obtain Thireus' GGUF-Tool-Suite
34
- git clone https://github.com/Thireus/GGUF-Tool-Suite
35
 
36
  # Download model quant mix from recipe file:
37
  cd GGUF-Tool-Suite
@@ -76,7 +76,7 @@ Here’s how DeepSeek-R1-0528 quantized with **Thireus’ GGUF Tool Suite** stac
76
 
77
  More perplexity/bpw graphs for other supported models: https://github.com/Thireus/GGUF-Tool-Suite/tree/main/ppl_graphs
78
 
79
- *All PPL values are computed with the parameters `-ctk f16 -c 512 -b 4096 -ub 4096`. Changing any of these parameters will alter the PPL. In particular, reducing `-b 4096 -ub 4096` increases the PPL, while increasing them decreases the PPL.*
80
 
81
  ---
82
 
 
31
  cd ..
32
 
33
  # Obtain Thireus' GGUF-Tool-Suite
34
+ GIT_LFS_SKIP_SMUDGE=1 git clone https://github.com/Thireus/GGUF-Tool-Suite
35
 
36
  # Download model quant mix from recipe file:
37
  cd GGUF-Tool-Suite
 
76
 
77
  More perplexity/bpw graphs for other supported models: https://github.com/Thireus/GGUF-Tool-Suite/tree/main/ppl_graphs
78
 
79
+ *All PPL benchmarks are computed with the parameters `-ctk f16 -c 512 -b 4096 -ub 4096`. Changing any of these parameters will alter the PPL. In particular, reducing `-b 4096 -ub 4096` increases the PPL, while increasing them decreases the PPL.*
80
 
81
  ---
82