Update README.md
Browse files
README.md
CHANGED
@@ -63,6 +63,8 @@ response = pipe(('describe this image', image))
|
|
63 |
print(response)
|
64 |
```
|
65 |
|
|
|
|
|
66 |
### Chat with CLI
|
67 |
|
68 |
See [here](https://huggingface.co/xtuner/llava-llama-3-8b-v1_1-hf/discussions/1)!
|
|
|
63 |
print(response)
|
64 |
```
|
65 |
|
66 |
+
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.
|
67 |
+
|
68 |
### Chat with CLI
|
69 |
|
70 |
See [here](https://huggingface.co/xtuner/llava-llama-3-8b-v1_1-hf/discussions/1)!
|