Sosaka commited on
Commit
822c246
1 Parent(s): ad845a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -2,4 +2,9 @@
2
  license: other
3
  ---
4
 
5
- A GGML format (alpaca.cpp) of 4-bit quantization of chavinlo/alpaca-native
 
 
 
 
 
 
2
  license: other
3
  ---
4
 
5
+ This is a https://huggingface.co/chavinlo/alpaca-native converted in GGML (alpaca.cpp) format and quantized to 4 bits to run on CPU with 5GB of RAM.
6
+
7
+ For any additional information, please visit repos above
8
+ alpaca.cpp repo: https://github.com/antimatter15/alpaca.cpp
9
+ llama.cpp repo: https://github.com/ggerganov/llama.cpp
10
+ original facebook llama(NOT ggml) repo: https://github.com/facebookresearch/llama