LZHgrla commited on
Commit
167a4c2
1 Parent(s): f2c6950

Update README.md

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