Rijgersberg
commited on
Commit
•
67e39b2
1
Parent(s):
fee8f51
Reformat command
Browse files
README.md
CHANGED
@@ -16,7 +16,9 @@ GGUF version of [Rijgersberg/GEITje-7B-chat](https://huggingface.co/Rijgersberg/
|
|
16 |
|
17 |
Produced with [llama.ccp](https://github.com/ggerganov/llama.cpp):
|
18 |
```bash
|
19 |
-
$ python3 convert.py GEITje-7B-chat-hf
|
|
|
|
|
20 |
```
|
21 |
|
22 |
For more info on GEITje-chat, please visit:
|
|
|
16 |
|
17 |
Produced with [llama.ccp](https://github.com/ggerganov/llama.cpp):
|
18 |
```bash
|
19 |
+
$ python3 convert.py GEITje-7B-chat-hf \
|
20 |
+
--outfile GEITje-7B-chat.gguf \
|
21 |
+
--outtype q8_0
|
22 |
```
|
23 |
|
24 |
For more info on GEITje-chat, please visit:
|