bhlim commited on
Commit
83f2586
·
1 Parent(s): d541f87

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -1,3 +1,7 @@
1
  ---
2
  license: llama2
3
  ---
 
 
 
 
 
1
  ---
2
  license: llama2
3
  ---
4
+
5
+ * llama.cpp has changed the encoding from GGML to GGUF, breaking existing GGML model checkpoints/weights for llama.cpp users:
6
+ * https://github.com/ggerganov/llama.cpp/pull/2398
7
+ * This is a temporary upload of GGUF encoded Llama-2 models using `llama.cpp/convert-llama-ggmlv3-to-gguf.py` on the GGML models while waiting for official uploads of natively produced GGUF model checkpoints