Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support eager attention #30

Merged
merged 1 commit into from
Oct 15, 2024
Merged

support eager attention #30

merged 1 commit into from
Oct 15, 2024

Conversation

aria-hacker
Copy link
Collaborator

@aria-hacker aria-hacker commented Oct 15, 2024

ref #29

We can now enable eager attention by setting attn_implementation='eager' in the from_pretrained method when loading the model

model = AutoModelForCausalLM.from_pretrained(
    model_id_or_path,
    device_map="auto",
    torch_dtype=torch.bfloat16,
    trust_remote_code=True,
    attn_implementation="eager",
)

@aria-hacker aria-hacker merged commit a0b0690 into main Oct 15, 2024
1 check passed
@aria-hacker aria-hacker deleted the eager_attn branch October 15, 2024 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant