-
Notifications
You must be signed in to change notification settings - Fork 167
Closed
Labels
Description
https://huggingface.co/t5-small
This patch uses transformers==4.26.0. The 4.19.2 will lead to a make_fx bug with the multiple inputs.
t5_small.py
t5small_tosa_0420_transformers4.26.0.mlir
t5small_tosa_0420_transformers4.26.0_elide.mlir
Ops has been fixed
- select and fill: MERGED [MLIR] Fold aten select and fill_ pattern llvm/torch-mlir#2000
- AtenZerosOp: MERGED [TOSA] Add support for AtenZerosOp 0 layout llvm/torch-mlir#1983
- slice end < 0 MERGED [MLIR][TOSA] Add support for sliceOp end < 0 llvm/torch-mlir#2011
- todtype f32->i64 MERGED [TOSA] Add todtype f32 to i64 llvm/torch-mlir#2012
- torch.aten.abs MERGED [TOSA] Add aten.abs support llvm/torch-mlir#2032
- torch.aten.le.Tensor MERGED [TOSA] Add aten.le.tensor support llvm/torch-mlir#2033
Ops that good to work but not ready to be merged
- slice and copy: Ready For Using: [MLIR] fold slice and copy int64_max support llvm/torch-mlir#1970
- torch.aten._index_put_impl Ready For Using [TOSA] Add aten._index_put_impl support llvm/torch-mlir#2031
But not ready to merge because tosa.scatter to linalg is not exist.