Skip to content

Commit

Permalink
Update neox_args.py
Browse files Browse the repository at this point in the history
  • Loading branch information
StellaAthena authored Nov 25, 2023
1 parent aaa000c commit 4808ced
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions megatron/neox_arguments/neox_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,11 @@ class NeoXArgsModel(NeoXArgsTemplate):
"""
Enable bias and dropout fusion.
"""

rope_fusion: bool = False
"""
Enable rotary embedding fusion.
"""

fp16_lm_cross_entropy: bool = False
"""
Expand Down

0 comments on commit 4808ced

Please sign in to comment.