Skip to content

Commit 6121b62

Browse files
Update README.md
1 parent 3f9166d commit 6121b62

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,15 @@ python -W ignore llava/eval/run_vila.py \
218218
--image-file "av.png"
219219
```
220220

221+
VILA1.5-40B inference:
222+
```bash
223+
python -W ignore llava/eval/run_vila.py \
224+
--model-path Efficient-Large-Model/VILA1.5-40b \
225+
--conv-mode hermes-2 \
226+
--query "<image>\n Please describe the traffic condition." \
227+
--image-file "av.png"
228+
```
229+
221230
VILA1.5-3B video inference:
222231
```bash
223232
python -W ignore llava/eval/run_vila.py \

0 commit comments

Comments
 (0)