Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix conversion of
Transpose
operator with missing perm
attr
A missing `perm` attr signals that the input dimensions should be reversed. The converter translated a missing `perm` attr into an empty permuation list instead of `None`, causing the operator to fail with an "Invalid permutation" error. Tested with the `decoder_model.onnx` model from https://huggingface.co/Mozilla/distilvit/tree/main/onnx.
- Loading branch information