Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ license: other
|
|
19 |
|
20 |
# Meta's LLaMa 30B GGML
|
21 |
|
22 |
-
These files are GGML format model files for [Meta's LLaMa 30B](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,7 +30,6 @@ 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-30B-GGML)
|
35 |
* [Unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/huggyllama/llama-30b)
|
36 |
|
@@ -127,7 +126,3 @@ Donaters will get priority support on any and all AI/LLM/model questions and req
|
|
127 |
Thank you to all my generous patrons and donaters!
|
128 |
|
129 |
<!-- footer end -->
|
130 |
-
|
131 |
-
# Original model card: Meta's LLaMa 30B
|
132 |
-
|
133 |
-
|
|
|
19 |
|
20 |
# Meta's LLaMa 30B GGML
|
21 |
|
22 |
+
These files are GGML format model files for [Meta's LLaMa 30B](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-30B-GGML)
|
34 |
* [Unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/huggyllama/llama-30b)
|
35 |
|
|
|
126 |
Thank you to all my generous patrons and donaters!
|
127 |
|
128 |
<!-- footer end -->
|
|
|
|
|
|
|
|