Skip to content

Commit

Permalink
Update llama.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ByronHsu authored Oct 31, 2024
1 parent e28521b commit 827b51c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/liger_kernel/transformers/model/llama.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,12 +198,6 @@ def lce_forward(
"Hey, are you conscious? Can you talk to me?\nI'm not conscious, but I can talk to you."
```"""

"""
My TODO:
1. Run e2e example with hf < 4.46.0, GA on/GA off
2. Run e2e example with hf >= 4.46.0, GA on/GA off
"""

output_attentions = (
output_attentions
if output_attentions is not None
Expand Down

0 comments on commit 827b51c

Please sign in to comment.