Update README.md
Browse files
README.md
CHANGED
@@ -64,6 +64,9 @@ response = pipe(('describe this image', image))
|
|
64 |
print(response)
|
65 |
```
|
66 |
|
|
|
|
|
|
|
67 |
### Chat with CLI
|
68 |
|
69 |
See [here](https://huggingface.co/xtuner/llava-llama-3-8b-v1_1-hf/discussions/1)!
|
|
|
64 |
print(response)
|
65 |
```
|
66 |
|
67 |
+
More details can be found on [inference](https://lmdeploy.readthedocs.io/en/latest/inference/vl_pipeline.html) and [serving](https://lmdeploy.readthedocs.io/en/latest/serving/api_server_vl.html) docs.
|
68 |
+
|
69 |
+
|
70 |
### Chat with CLI
|
71 |
|
72 |
See [here](https://huggingface.co/xtuner/llava-llama-3-8b-v1_1-hf/discussions/1)!
|