shaowenchen
commited on
Commit
•
3a9c116
1
Parent(s):
5e47b0a
Update README.md
Browse files
README.md
CHANGED
@@ -38,6 +38,12 @@ tags:
|
|
38 |
| baichuan2-7b-chat.Q8_0.gguf | Q8_0 | 7.4 GB |
|
39 |
| baichuan2-7b-chat.gguf | full | 14 GB |
|
40 |
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
## Provided images
|
42 |
|
43 |
| Name | Quant method | Size |
|
|
|
38 |
| baichuan2-7b-chat.Q8_0.gguf | Q8_0 | 7.4 GB |
|
39 |
| baichuan2-7b-chat.gguf | full | 14 GB |
|
40 |
|
41 |
+
Usage:
|
42 |
+
|
43 |
+
```bash
|
44 |
+
docker run --rm -it -p 8000:8000 -v /path/to/models:/models -e MODEL=/models/gguf-model-name.gguf hubimage/llama-cpp-python:latest
|
45 |
+
```
|
46 |
+
|
47 |
## Provided images
|
48 |
|
49 |
| Name | Quant method | Size |
|