Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: conversational
|
3 |
+
tags:
|
4 |
+
- vicuna
|
5 |
+
- llama
|
6 |
+
- text-generation-inference
|
7 |
+
---
|
8 |
+
Converted for use with [llama.cpp](https://github.com/ggerganov/llama.cpp)
|
9 |
+
---
|
10 |
+
- 4-bit quantized
|
11 |
+
- Needs ~10GB of CPU RAM
|
12 |
+
- Won't work with alpaca.cpp or old llama.cpp (new ggml format requires latest llama.cpp)
|
13 |
+
- 7B parameter version
|
14 |
+
|
15 |
+
---
|
16 |
+
tags:
|
17 |
+
- vicuna
|
18 |
+
- llama
|
19 |
+
- text-generation-inference
|
20 |
+
---
|