Skip to content

Commit 8d3526c

Browse files
committed
fix doc
1 parent 9dfb53a commit 8d3526c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: miscs/repr_scripts.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ pip install -r llava_repr_requirements.txt
1111

1212
# Run and exactly reproduce llava_v1.5 results!
1313
# mme as an example
14-
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/
14+
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 commit comments

Comments
 (0)