Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Efficient-Large-Language-Model authored May 11, 2024
1 parent 3f9166d commit 6121b62
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,15 @@ python -W ignore llava/eval/run_vila.py \
--image-file "av.png"
```

VILA1.5-40B inference:
```bash
python -W ignore llava/eval/run_vila.py \
--model-path Efficient-Large-Model/VILA1.5-40b \
--conv-mode hermes-2 \
--query "<image>\n Please describe the traffic condition." \
--image-file "av.png"
```

VILA1.5-3B video inference:
```bash
python -W ignore llava/eval/run_vila.py \
Expand Down

0 comments on commit 6121b62

Please sign in to comment.