[`t5`] Fix T5 inference in `float16` + `bnb` error (#21281)
* attempts to fix: - upcast input for `T5DenseActDense` - add the condition `self.wo.weight.dtype != torch.int8` - added tests on `test/mixed_int8` - `make fixup` * fix ci test
Showing
Please register or sign in to comment