-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
Downloads libonnxruntime.so.1.17.3 from pyke cache, but tries to load 1.18.1 #234
Comments
Also having this issue - guessing it might be related to commit 8f8bbfb? |
I think this goes deeper: the detection behavior to pick between CUDA 11 and 12 seems to be broken, because regardless of whether I build this in |
Hm, thanks. The thing I said above is specifically what is documented there and seemingly not happening: 8f8bbfb#diff-d2be1711b3546c95dd42f4622bd1e8a3c46f5e9975d7d36312fa194fe0449895R199 |
I also just noticed Line 139 in 8f8bbfb
build.rs ... might be related?
EDIT: I can confirm that this is the issue. I pulled the repo locally and modified it to |
Ah thanks, couldn't find where that damn version was even referenced. Looks like the issue is indeed in |
Impressive turn-around time, just wanted to show some gratitude for that awesome lib. 🚀 |
Fixed in v2.0.0-rc.4 - cc @isaac-mcfadyen |
Amazing, thank you so much for the quick fix! ❤️ |
Hi,
Note this is 1.17.3.
Running:
Which is expected. Am I holding this wrong? My understanding is that the
download-binaries
would download the correct version from the cache, but it doesn't. Changing to an older 2.0 rc doesn't help, 1.18.1 is also expected.The text was updated successfully, but these errors were encountered: