shaowenchen
commited on
Commit
•
f4efbed
1
Parent(s):
3a9c116
Update README.md
Browse files
README.md
CHANGED
@@ -44,6 +44,8 @@ Usage:
|
|
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 |
|
|
|
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 |
+
and you can view http://localhost:8000/docs to see the swagger UI.
|
48 |
+
|
49 |
## Provided images
|
50 |
|
51 |
| Name | Quant method | Size |
|