Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
lewtun committed Apr 5, 2024
1 parent 86732eb commit c4955df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lmms_eval/models/llava.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def __init__(
batch_size: Optional[Union[int, str]] = 1,
trust_remote_code: Optional[bool] = False,
revision=None,
use_flash_attention_2=False, # True,
use_flash_attention_2=True,
device_map="",
conv_template="vicuna_v1",
use_cache=True,
Expand Down

0 comments on commit c4955df

Please sign in to comment.