Commits


Tianlei Wu authored and GitHub committed 3e2d453b641
Supports model > 2GB in fp16 conversion with onnx shape inference (#15067) (1) Allow model to be path, and use infer_shapes_path to fix https://github.com/microsoft/onnxruntime/issues/15063 (2) Add some logging for float data truncation (3) Add RandomUniformLike to default op_block_list (4) Some minor changes to use f string.