Skip to content

Commit b28a073

Browse files
committed
fix: requires_agumentation -> requires_augmentation
Signed-off-by: Will Johnson <[email protected]>
1 parent 0fd0254 commit b28a073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/accelerated-moe/src/fms_acceleration_moe/framework_plugin_scattermoe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def __init__(self, configurations: Dict[str, Dict]):
5353
)
5454

5555
@property
56-
def requires_agumentation(self):
56+
def requires_augmentation(self):
5757
return True
5858

5959
def augmentation(

0 commit comments

Comments
 (0)