Merge branch 'comfyanonymous:master' into master

This commit is contained in:
patientx 2025-04-16 12:10:01 +03:00 committed by GitHub
commit 765224ad78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,6 +49,7 @@ if RMSNorm is None:
)
else:
self.register_parameter("weight", None)
self.bias = None
def forward(self, x):
return rms_norm(x, self.weight, self.eps)