TheBloke commited on
Commit
dcd618f
1 Parent(s): c432c3a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -7
README.md CHANGED
@@ -19,7 +19,7 @@ license: other
19
 
20
  # Meta's LLaMa 13B GGML
21
 
22
- These files are GGML format model files for [Meta's LLaMa 13B](https://huggingface.co/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,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-13B-GGML)
35
- * [Unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/huggyllama/llama-13b)
36
 
37
  <!-- compatibility_ggml start -->
38
  ## Compatibility
@@ -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 13B
132
-
133
-
 
19
 
20
  # Meta's LLaMa 13B GGML
21
 
22
+ These files are GGML format model files for [Meta's LLaMa 13B](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-13B-GGML)
34
+ * [huggyllama's unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/huggyllama/llama-13b)
35
 
36
  <!-- compatibility_ggml start -->
37
  ## Compatibility
 
126
  Thank you to all my generous patrons and donaters!
127
 
128
  <!-- footer end -->