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
Fix assigning a value to a variable within an autocast scope. (#21864)
Previously `assign` would incorrectly cast the value to assign to the autocast dtype instead of the true dtype of the variable.
Because on JAX and OpenVino variables are just a reference to an array, this would cause the variable value to change dtypes.
0 commit comments