daquexian / onnx-simplifier

Simplify your onnx model
Apache License 2.0
3.67k stars 377 forks source link

[Feature Request] falcon-rw-1b onnx model ParseProtoFromBytes fail,size exceeds total_bytes_limit #293

Open dezhili opened 1 year ago

dezhili commented 1 year ago

Describe the bug falcon-rw-1b onnx model(ByteCount=2829770540),ParseProtoFromBytes fail,size exceeds total_bytes_limit

Model falcon-rw-1b,execute the official demo and save the onnx model through torch.onnx.export

daquexian commented 8 months ago

Could you please try the latest version (v0.4.35)? I pushed a bugfix about it.