You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When developing IRs, one common request is to have the IR immutable so that debugging experience would be easier. Immutability in IR node directly translates to frozen=True in Python dataclasses (I believe), so I wonder if we could get it natively supported in mlc