Skip to content

Commit

Permalink
Update example model
Browse files Browse the repository at this point in the history
  • Loading branch information
liangyuwang committed Aug 5, 2024
1 parent 3eea0c8 commit 2078196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class GPTConfig:
n_embd: int = 768
dropout: float = 0.0
bias: bool = False
attention = "flash_attention" # "standard_attention"
attention = "standard_attention" # "standard_attention", "flash_attention"

# Masked Multi-Head Self-Attention

Expand Down

0 comments on commit 2078196

Please sign in to comment.