Update README.md
Browse files
README.md
CHANGED
@@ -39,7 +39,7 @@ aria2c -x 9 -o deepseek_0628_cpu_optimized_iq4xm-00004-of-00004.gguf \
|
|
39 |
>./llama-cli --temp 0.4 -m deepseek_0628_cpu_optimized_iq4xm-00001-of-00004.gguf -c 32000 -co -cnv -i -f prompt.txt
|
40 |
>```
|
41 |
|
42 |
-
```
|
43 |
//PERPLEXITY BENCHMARKS,
|
44 |
//./llama-perplexity -m ~/r/deepseek_0628_cpu-iq4xm-00001-of-00002.gguf --chunks 12 -f ~/wiki.test.raw
|
45 |
//the 4bit iq4xm gets best perplexity but it's likely just a rounding error
|
|
|
39 |
>./llama-cli --temp 0.4 -m deepseek_0628_cpu_optimized_iq4xm-00001-of-00004.gguf -c 32000 -co -cnv -i -f prompt.txt
|
40 |
>```
|
41 |
|
42 |
+
```typescript
|
43 |
//PERPLEXITY BENCHMARKS,
|
44 |
//./llama-perplexity -m ~/r/deepseek_0628_cpu-iq4xm-00001-of-00002.gguf --chunks 12 -f ~/wiki.test.raw
|
45 |
//the 4bit iq4xm gets best perplexity but it's likely just a rounding error
|