Update README.md
Browse files
README.md
CHANGED
|
@@ -2,4 +2,9 @@
|
|
| 2 |
license: other
|
| 3 |
---
|
| 4 |
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|