Skip to content

Commit

Permalink
Update README.md to fix run llava usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyken17 authored Mar 13, 2024
1 parent 9ae25d4 commit 9bf8d45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ We provide snippets for quick inference with user prompts and images.
VILA-7B inference:
```bash
python -W ignore llava/eval/run_llava.py \
--model-name Efficient-Large-Model/VILA-7B \
--model-path Efficient-Large-Model/VILA-7B \
--conv-mode vicuna_v1 \
--query "<image>\n Please describe the traffic condition." \
--image-file "demo_images/av.png"
Expand All @@ -178,7 +178,7 @@ python -W ignore llava/eval/run_llava.py \
VILA-13B inference:
```bash
python -W ignore llava/eval/run_llava.py \
--model-name Efficient-Large-Model/VILA-13B \
--model-path Efficient-Large-Model/VILA-13B \
--conv-mode vicuna_v1 \
--query "<image>\n Please describe the traffic condition." \
--image-file "demo_images/av.png"
Expand Down

0 comments on commit 9bf8d45

Please sign in to comment.