Open alexfdo opened 1 year ago
Should be fixed by https://github.com/onnx/onnx/pull/4907. External data wasn't being loaded due to an integration issue between onnx and onnxruntime.
I see that the changes have not been merged yet. Is there a specific branch that can be used to get over the above error ?
@anjaliai91 I believe onnxruntime
added some code on their side to work around this particular issue; a newer version might resolve this for you. Try updating the onnxruntime
version in setup.py
to the latest version, then do a local install with pip install -e .
per the install instructions in the README.