Update README.md
Browse files
README.md
CHANGED
@@ -32,7 +32,7 @@ pip install -U 'xtuner[deepspeed]'
|
|
32 |
|
33 |
```shell
|
34 |
xtuner chat internlm/internlm-chat-7b \
|
35 |
-
--visual-encoder openai/clip-vit-large-patch14 \
|
36 |
--llava xtuner/llava-internlm-7b \
|
37 |
--prompt-template internlm_chat \
|
38 |
--image $IMAGE_PATH
|
@@ -59,7 +59,7 @@ XTuner integrates the MMBench evaluation, and you can perform evaluations with t
|
|
59 |
|
60 |
```bash
|
61 |
xtuner mmbench internlm/internlm-chat-7b \
|
62 |
-
--visual-encoder openai/clip-vit-large-patch14 \
|
63 |
--llava xtuner/llava-internlm-7b \
|
64 |
--prompt-template internlm_chat \
|
65 |
--data-path $MMBENCH_DATA_PATH \
|
|
|
32 |
|
33 |
```shell
|
34 |
xtuner chat internlm/internlm-chat-7b \
|
35 |
+
--visual-encoder openai/clip-vit-large-patch14-336 \
|
36 |
--llava xtuner/llava-internlm-7b \
|
37 |
--prompt-template internlm_chat \
|
38 |
--image $IMAGE_PATH
|
|
|
59 |
|
60 |
```bash
|
61 |
xtuner mmbench internlm/internlm-chat-7b \
|
62 |
+
--visual-encoder openai/clip-vit-large-patch14-336 \
|
63 |
--llava xtuner/llava-internlm-7b \
|
64 |
--prompt-template internlm_chat \
|
65 |
--data-path $MMBENCH_DATA_PATH \
|