Update README.md
Browse files
README.md
CHANGED
@@ -5,21 +5,11 @@ tags:
|
|
5 |
- llama
|
6 |
- text-generation-inference
|
7 |
---
|
8 |
-
Converted for use with [llama.cpp](https://github.com/ggerganov/llama.cpp)
|
9 |
-
---
|
10 |
-
- Based on AlekseyKorshuk/vicuna-7b
|
11 |
-
- Uncensored
|
12 |
-
- 4-bit quantized
|
13 |
-
- Needs ~6GB of CPU RAM
|
14 |
-
- Won't work with alpaca.cpp or old llama.cpp (new ggml format requires latest llama.cpp)
|
15 |
-
- 7B parameter version
|
16 |
-
- EOS token fix on revision 1
|
17 |
|
18 |
-
|
19 |
|
20 |
-
|
21 |
|
22 |
-
Unlike 7B, 13B is censored.
|
23 |
|
24 |
---
|
25 |
tags:
|
|
|
5 |
- llama
|
6 |
- text-generation-inference
|
7 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
|
9 |
+
**NOTE: Download new version (13B): https://huggingface.co/eachadea/ggml-vicuna-13b-1.1**
|
10 |
|
11 |
+
**NOTE: Download new version (7B): https://huggingface.co/eachadea/ggml-vicuna-7b-1.1**
|
12 |
|
|
|
13 |
|
14 |
---
|
15 |
tags:
|