Update README.md
Browse files
README.md
CHANGED
|
@@ -9,6 +9,7 @@ tags:
|
|
| 9 |
base_model:
|
| 10 |
- Nexusflow/Starling-LM-7B-beta
|
| 11 |
- FuseAI/FuseChat-7B-VaRM
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
# Artples/L-MChat-7b-Q4_K_M-GGUF
|
|
@@ -39,4 +40,4 @@ Note: You can also use this checkpoint directly through the [usage steps](https:
|
|
| 39 |
|
| 40 |
```
|
| 41 |
git clone https://github.com/ggerganov/llama.cpp && cd llama.cpp && make && ./main -m l-mchat-7b.Q4_K_M.gguf -n 128
|
| 42 |
-
```
|
|
|
|
| 9 |
base_model:
|
| 10 |
- Nexusflow/Starling-LM-7B-beta
|
| 11 |
- FuseAI/FuseChat-7B-VaRM
|
| 12 |
+
pipeline_tag: text-generation
|
| 13 |
---
|
| 14 |
|
| 15 |
# Artples/L-MChat-7b-Q4_K_M-GGUF
|
|
|
|
| 40 |
|
| 41 |
```
|
| 42 |
git clone https://github.com/ggerganov/llama.cpp && cd llama.cpp && make && ./main -m l-mchat-7b.Q4_K_M.gguf -n 128
|
| 43 |
+
```
|