Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoshe committed Mar 28, 2024
1 parent 9dfb53a commit 8d3526c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miscs/repr_scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ pip install -r llava_repr_requirements.txt

# Run and exactly reproduce llava_v1.5 results!
# mme as an example
accelerate launch --num_processes=1 -m lmms_eval --model llava --model_args pretrained="liuhaotian/llava-v1.5-7b,use_flash_attention_2=False" --tasks mme --batch_size 1 --log_samples --log_samples_sufix reproduce --output_path ./logs/
accelerate launch --num_processes=1 -m lmms_eval --model llava --model_args pretrained="liuhaotian/llava-v1.5-7b,use_flash_attention_2=False,device_map=auto" --tasks mme --batch_size 1 --log_samples --log_samples_suffix reproduce --output_path ./logs/

0 comments on commit 8d3526c

Please sign in to comment.