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