Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ license: other
|
|
19 |
|
20 |
# Meta's LLaMa 7B GGML
|
21 |
|
22 |
-
These files are GGML format model files for [Meta's LLaMa 7B](https://
|
23 |
|
24 |
GGML files are for CPU + GPU inference using [llama.cpp](https://github.com/ggerganov/llama.cpp) and libraries and UIs which support this format, such as:
|
25 |
* [text-generation-webui](https://github.com/oobabooga/text-generation-webui)
|
@@ -30,9 +30,8 @@ GGML files are for CPU + GPU inference using [llama.cpp](https://github.com/gger
|
|
30 |
|
31 |
## Repositories available
|
32 |
|
33 |
-
* [4-bit GPTQ models for GPU inference](https://huggingface.co/none)
|
34 |
* [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/llama-7B-GGML)
|
35 |
-
* [
|
36 |
|
37 |
<!-- compatibility_ggml start -->
|
38 |
## Compatibility
|
@@ -128,6 +127,3 @@ Thank you to all my generous patrons and donaters!
|
|
128 |
|
129 |
<!-- footer end -->
|
130 |
|
131 |
-
# Original model card: Meta's LLaMa 7B
|
132 |
-
|
133 |
-
|
|
|
19 |
|
20 |
# Meta's LLaMa 7B GGML
|
21 |
|
22 |
+
These files are GGML format model files for [Meta's LLaMa 7B](https://ai.facebook.com/blog/large-language-model-llama-meta-ai/).
|
23 |
|
24 |
GGML files are for CPU + GPU inference using [llama.cpp](https://github.com/ggerganov/llama.cpp) and libraries and UIs which support this format, such as:
|
25 |
* [text-generation-webui](https://github.com/oobabooga/text-generation-webui)
|
|
|
30 |
|
31 |
## Repositories available
|
32 |
|
|
|
33 |
* [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/llama-7B-GGML)
|
34 |
+
* [huggyllama's unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/huggyllama/llama-7b)
|
35 |
|
36 |
<!-- compatibility_ggml start -->
|
37 |
## Compatibility
|
|
|
127 |
|
128 |
<!-- footer end -->
|
129 |
|
|
|
|
|
|