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
tt-metal only supports embedding for bfloat16 data type. We have a use case in our tt-torch models where the input operand is float32 which causes failure. The stablehlo graph is below
tt-metal
only supports embedding for bfloat16 data type. We have a use case in ourtt-torch
models where the input operand is float32 which causes failure. The stablehlo graph is belowWe may add a typecast to convert input operand to bfloat16.
The text was updated successfully, but these errors were encountered: