Update README.md
Browse files
README.md
CHANGED
@@ -32,7 +32,7 @@ pip install -U 'xtuner[deepspeed]'
|
|
32 |
|
33 |
```shell
|
34 |
xtuner chat lmsys/vicuna-7b-v1.5 \
|
35 |
-
--visual-encoder openai/clip-vit-large-patch14 \
|
36 |
--llava xtuner/llava-v1.5-7b-xtuner \
|
37 |
--prompt-template vicuna \
|
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 lmsys/vicuna-7b-v1.5 \
|
62 |
-
--visual-encoder openai/clip-vit-large-patch14 \
|
63 |
--llava xtuner/llava-v1.5-7b-xtuner \
|
64 |
--prompt-template vicuna \
|
65 |
--data-path $MMBENCH_DATA_PATH \
|
|
|
32 |
|
33 |
```shell
|
34 |
xtuner chat lmsys/vicuna-7b-v1.5 \
|
35 |
+
--visual-encoder openai/clip-vit-large-patch14-336 \
|
36 |
--llava xtuner/llava-v1.5-7b-xtuner \
|
37 |
--prompt-template vicuna \
|
38 |
--image $IMAGE_PATH
|
|
|
59 |
|
60 |
```bash
|
61 |
xtuner mmbench lmsys/vicuna-7b-v1.5 \
|
62 |
+
--visual-encoder openai/clip-vit-large-patch14-336 \
|
63 |
--llava xtuner/llava-v1.5-7b-xtuner \
|
64 |
--prompt-template vicuna \
|
65 |
--data-path $MMBENCH_DATA_PATH \
|