shaowenchen
commited on
Commit
·
dbfaefc
1
Parent(s):
bb71164
Update README.md
Browse files
README.md
CHANGED
@@ -38,3 +38,11 @@ tags:
|
|
38 |
| chinese-llama-2-13b-16k.Q6_K.gguf | Q6_K | 10 G |
|
39 |
| chinese-llama-2-13b-16k.Q8_0.gguf | Q8_0 | 13 G |
|
40 |
| chinese-llama-2-13b-16k.gguf | full | 25 G |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
| chinese-llama-2-13b-16k.Q6_K.gguf | Q6_K | 10 G |
|
39 |
| chinese-llama-2-13b-16k.Q8_0.gguf | Q8_0 | 13 G |
|
40 |
| chinese-llama-2-13b-16k.gguf | full | 25 G |
|
41 |
+
|
42 |
+
Usage:
|
43 |
+
|
44 |
+
```
|
45 |
+
docker run --rm -it -p 8000:8000 -v /path/to/models:/models -e MODEL=/models/gguf-model-name.gguf hubimage/llama-cpp-python:latest
|
46 |
+
```
|
47 |
+
|
48 |
+
and you can view http://localhost:8000/docs to see the swagger UI.
|