onnxruntime
ece0c1eb - Disable RMSNorm in onnx_backend_test.py and Topk(uint_64) (#25056)

Commit
219 days ago
Disable RMSNorm in onnx_backend_test.py and Topk(uint_64) (#25056) Missing test failures from ONNX 1.18 integration. 1. The RMSNorm test models is invalid in terms of ONNX spec (e.g. Model rms_normalization_2d_axis1_expanded failed to load:Node () Op (Range) [ShapeInferenceError] Input to 'Range' op should be scalars (Tensor with only one element and shape empty)). ![Screenshot 2025-06-13 120308](https://github.com/user-attachments/assets/cbc513ee-51d2-4d71-94e4-0133f712cc2d) 2. TopK with uint64 is currently not supported.
Author
Parents
Loading