Update README.md
Browse files
README.md
CHANGED
@@ -43,7 +43,7 @@ llava-llama-3-8b-hf is a LLaVA model fine-tuned from [meta-llama/Meta-Llama-3-8B
|
|
43 |
|
44 |
## QuickStart
|
45 |
|
46 |
-
### Chat
|
47 |
|
48 |
1. Installation
|
49 |
```
|
@@ -67,7 +67,7 @@ print(response)
|
|
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
|
71 |
|
72 |
See [here](https://huggingface.co/xtuner/llava-llama-3-8b-v1_1-hf/discussions/1)!
|
73 |
|
|
|
43 |
|
44 |
## QuickStart
|
45 |
|
46 |
+
### Chat by lmdeploy
|
47 |
|
48 |
1. Installation
|
49 |
```
|
|
|
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 by CLI
|
71 |
|
72 |
See [here](https://huggingface.co/xtuner/llava-llama-3-8b-v1_1-hf/discussions/1)!
|
73 |
|