Skip to content

Commit

Permalink
Update example model in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangYuanhan-AI committed May 6, 2024
1 parent 9fcbebe commit c1e9a06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

1. **Clone this repository and navigate to the LLaVA folder:**
```bash
git clone https://code.byted.org/ic-research/llava-next-video.git
git clone https://github.com/LLaVA-VL/LLaVA-NeXT-Video
cd llava-next-video
```

Expand All @@ -24,7 +24,7 @@ pip install -e .

## Demo

1. **Example model:** `liuhaotian/llava-v1.6-vicuna-7b`
1. **Example model:** `lmms-lab/LLaVA-NeXT-Video-7B-DPO`

2. **Prompt mode:** `vicuna_v1` (use `mistral_direct` for `liuhaotian/llava-v1.6-34b`)

Expand All @@ -40,7 +40,7 @@ bash scripts/video/demo/video_demo.sh ${Example model} ${Prompt mode} ${Sampled
```
Example:
```bash
bash scripts/video/demo/video_demo.sh liuhaotian/llava-v1.6-vicuna-7b vicuna_v1 32 2 True ./data/llava_video/video-chatgpt/evaluation/Test_Videos/v_Lf_7RurLgp0.mp4
bash scripts/video/demo/video_demo.sh lmms-lab/LLaVA-NeXT-Video-7B-DPO vicuna_v1 32 2 True ./data/llava_video/video-chatgpt/evaluation/Test_Videos/v_Lf_7RurLgp0.mp4
```

## Evaluation
Expand Down

0 comments on commit c1e9a06

Please sign in to comment.