nbigaouette / onnxruntime-rs

Rust wrapper for Microsoft's ONNX Runtime (version 1.8)
Apache License 2.0
283 stars 100 forks source link

Fix onnx download links #110

Open fredr opened 2 years ago

fredr commented 2 years ago

https://github.com/onnx/models have renamed the default branch from master to main.

This causes ci to fail, since it get 404 when trying to download models. But I see there are other things that fail as well. I can take a look at that if you want, let me know.