pykeio / ort

Fast ML inference & training for Rust with ONNX Runtime
https://ort.pyke.io/
Apache License 2.0
871 stars 101 forks source link

Next Release? #211

Closed fkasischke closed 4 months ago

fkasischke commented 4 months ago

Hi, I have a quick question - when are you planning to release the next version with all the changes since the April 27 release?

Thanks!

decahedron1 commented 4 months ago

RC3 will be released probably after #202 and a light internal refactor - maybe another week or two.

In the meantime you can use ort as a git dependency:

[dependencies]
ort = { git = "https://github.com/pykeio/ort.git", rev = "a92dd3022eb169280ce1d37c2a92b94124ce515a" }
fkasischke commented 4 months ago

Thanks 👍