namtran commited on
Commit
dd6dd73
·
1 Parent(s): 5aa6e09

update readme

Browse files
Files changed (2) hide show
  1. README.md +15 -3
  2. config.json +3 -0
README.md CHANGED
@@ -1,3 +1,15 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # LLaMA 7B - AWQ GGUF
2
+ - Model creator: [Meta](https://huggingface.co/none)
3
+ - Original model: [LLaMA 7B](https://ai.meta.com/blog/large-language-model-llama-meta-ai)
4
+
5
+ ## Description
6
+
7
+ This repo contains GGUF format model files with AWQ quantizaton support for [Meta's LLaMA 7b](https://ai.meta.com/blog/large-language-model-llama-meta-ai).
8
+
9
+
10
+ ## About AWQ-GGUF
11
+
12
+ The model was convert by the combination of [llama.cpp](https://github.com/ggerganov/llama.cpp) and quantization method [AWQ](https://github.com/mit-han-lab/llm-awq)
13
+
14
+ ## How to use models
15
+ Please refer to [the PR](https://github.com/ggerganov/llama.cpp/pull/4593) from llama.cpp for more detail.
config.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "model_type": "llama"
3
+ }