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
Update derived_zero initialization to use device aligned with other i… (#14978)
Run into issues when trying to use GPU to quantize the model. Fix the
device type for zero point. The log was like
```
input.device.type cuda scales.device.type cuda zero_points.device.type cpu
```
0 commit comments