mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-01-23 09:24:27 +08:00
Fix issue with old pytorch RMSNorm. (#8095)
This commit is contained in:
parent
481732a0ed
commit
a814f2e8cc
@ -30,7 +30,7 @@ if RMSNorm is None:
|
||||
def __init__(
|
||||
self,
|
||||
normalized_shape,
|
||||
eps=None,
|
||||
eps=1e-6,
|
||||
elementwise_affine=True,
|
||||
device=None,
|
||||
dtype=None,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user