Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kcz358 authored May 6, 2024
1 parent 3558ca1 commit 2931ef8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ Example :
accelerate launch --num_processes=8 --main_process_port 12345 -m lmms_eval \
--model video_llava \
--model_args pretrained='LanguageBind/Video-LLaVA-7B' \
--tasks worldqa_mc \
--tasks worldqa \
--batch_size 1 \
--log_samples \
--log_samples_suffix debug\
--output_path ./logs/
```

You would also need to set your `OPENAI_API_KEY` in your environment for evaluation.

0 comments on commit 2931ef8

Please sign in to comment.