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
# TODO: canonicalize and validating padding idx with weight.shape[0]
ifmax_normisnotNone:
raiseNotImplementedError
According to the documentation when this argument is active the weight argument is modified inplace. Once we improve general support for inplace operators in Thunder we need to come back to this op and support this variant.
The text was updated successfully, but these errors were encountered:
🚀 Feature
At the moment, the
max_norm
argument raises a NotImplementedError in Thunder:lightning-thunder/thunder/core/prims.py
Lines 4082 to 4088 in 52ee541
According to the documentation when this argument is active the
weight
argument is modified inplace. Once we improve general support for inplace operators in Thunder we need to come back to this op and support this variant.The text was updated successfully, but these errors were encountered: