Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjoya authored Aug 13, 2024
1 parent b9ab59b commit 50d13f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ This is the official implementation of [VideoLLM-online: Online Video Large Lang
python -m demo.app --resume_from_checkpoint chenjoya/videollm-online-8b-v1plus
```

But if there are some bugs with flash-attn, try to use

```
python -m demo.app --resume_from_checkpoint chenjoya/videollm-online-8b-v1plus --attn_implementation sdpa
```

- (Recommended) Launch the CLI locally with:
```sh
python -m demo.cli --resume_from_checkpoint chenjoya/videollm-online-8b-v1plus
Expand Down

0 comments on commit 50d13f9

Please sign in to comment.