Skip to content

Commit

Permalink
fix a bug which miss to patch rmsnorm
Browse files Browse the repository at this point in the history
  • Loading branch information
Wrench-Git committed Nov 19, 2024
1 parent f22692b commit 998040b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deeplink_ext/ops/rms_norm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
from .rms_norm_utils import import_RMSNorm, patch_RMSNorm

MixedFusedRMSNorm = import_RMSNorm()
patch_RMSNorm(MixedFusedRMSNorm)

0 comments on commit 998040b

Please sign in to comment.