mlir-tensorrt-v0.1.32
·
308 commits
to main
since this release
Make `tp.Layernorm` 1:1 with torch (#119) - Make the `normalized_shape` argument 1:1 with Torch. Previously, our API only supported taking a single integer for the normalization dimension. Now, a list of integers can be provided. - Add integration tests for `tp.LayerNorm` and `tp.GroupNorm`