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
[torchlib] Simplify linalg_vector_norm to remove the redundant Abs (#2570)
This happens in some of the LORA models. When we use ReduceL1/ReduceL2
or when ord is an even number, we don't need to take Abs of the input
Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com>
---------
Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com>
0 commit comments