qwp4w3hyb commited on
Commit
9dcc0bc
1 Parent(s): 2ede8c5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -26,7 +26,7 @@ Quantized with [llama.cpp](https://github.com/ggerganov/llama.cpp) commit [b4e4b
26
 
27
  Imatrix dataset was used from [here](https://github.com/ggerganov/llama.cpp/discussions/5263#discussioncomment-8395384)
28
 
29
- Using this command to generate the importance matrix from the f16.gguf
30
 
31
  ```
32
  ./imatrix -c 512 -m $model_name-f16.gguf -f $llama_cpp_path/groups_merged.txt -o $out_path/imat-f16-gmerged.dat
 
26
 
27
  Imatrix dataset was used from [here](https://github.com/ggerganov/llama.cpp/discussions/5263#discussioncomment-8395384)
28
 
29
+ Using this command to generate the importance matrix from the f32.gguf
30
 
31
  ```
32
  ./imatrix -c 512 -m $model_name-f16.gguf -f $llama_cpp_path/groups_merged.txt -o $out_path/imat-f16-gmerged.dat