shaowenchen commited on
Commit
f60c13c
1 Parent(s): cf5297d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -40,3 +40,11 @@ tags:
40
  | chinese-alpaca-2-13b.Q6_K.gguf | Q6_K | 10.0 GB |
41
  | chinese-alpaca-2-13b.Q8_0.gguf | Q8_0 | 13.0 GB |
42
  | chinese-alpaca-2-13b.gguf | full | 25.0 GB |
 
 
 
 
 
 
 
 
 
40
  | chinese-alpaca-2-13b.Q6_K.gguf | Q6_K | 10.0 GB |
41
  | chinese-alpaca-2-13b.Q8_0.gguf | Q8_0 | 13.0 GB |
42
  | chinese-alpaca-2-13b.gguf | full | 25.0 GB |
43
+
44
+ Usage:
45
+
46
+ ```
47
+ docker run --rm -it -p 8000:8000 -v /path/to/models:/models -e MODEL=/models/gguf-model-name.gguf hubimage/llama-cpp-python:latest
48
+ ```
49
+
50
+ and you can view http://localhost:8000/docs to see the swagger UI.