Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,8 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
Unofficial GGML Quantizations of Grok-1. Should just run with llama.cpp once the PR is merged.
|
5 |
+
|
6 |
+
You need to merge the GGUF file using `gguf-split` before using them (there's already a PR to change this).
|
7 |
+
|
8 |
+
For now only Q2_K Quant, others will follow soon.
|