Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatiblity issue with latest onnxruntime #532

Open
1 of 2 tasks
pandayummy opened this issue Jul 15, 2024 · 5 comments
Open
1 of 2 tasks

Compatiblity issue with latest onnxruntime #532

pandayummy opened this issue Jul 15, 2024 · 5 comments
Labels
enhancement New feature or request

Comments

@pandayummy
Copy link

Search before asking

  • I have searched the Inference issues and found no similar feature requests.

Description

inference 0.14.1 requires onnxruntime<=1.15.1, but you have onnxruntime 1.18.1 which is incompatible.
inference 0.14.1 requires typer==0.9.0, but you have typer 0.12.3 which is incompatible.

image

Use case

No response

Additional

No response

Are you willing to submit a PR?

  • Yes I'd like to help by submitting a PR!
@pandayummy pandayummy added the enhancement New feature or request label Jul 15, 2024
@PawelPeczek-Roboflow
Copy link
Collaborator

Hello there :)
Thanks for raising the problem.
I believe releasing pin on type would be easy, not sure with onnxruntime, as that is fundamental dependency in our stack. Is that not possible for you to use older onnxruntime?

@PawelPeczek-Roboflow
Copy link
Collaborator

also - I do not fully understand
"inference 0.14.1 requires onnxruntime<=1.15.1, but you have onnxruntime 1.18.1 which is incompatible."
where do we have onnxruntime 1.18.1?

@pandayummy
Copy link
Author

I have onnxruntime 1.18.1 installed. I'm asking if you could upgrade the code to make it compatible with onnxruntime 1.18.1...

@pandayummy
Copy link
Author

image

@PawelPeczek-Roboflow
Copy link
Collaborator

This is fundamental change that would need to be very carefully tested, as may potentially break compatibility with Roboflow platform or the devices we support. Nevertheless, it would be good idea to try - yet probably it will take some time before we could make that happen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants