missed a print
Some checks failed
Lint with Black / lint (push) Has been cancelled
Lint with isort / lint (push) Has been cancelled

This commit is contained in:
Srini Iyer 2025-02-14 19:21:28 +00:00
parent 8be8c85a63
commit 89deebc8f3

View file

@ -28,6 +28,7 @@ try:
RMSNorm = FusedRMSNorm
except (ImportError, ModuleNotFoundError):
print("Apex not found. Using nn.RMSNorm")
RMSNorm = nn.RMSNorm