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

Issue with onnxruntime #67

Open
GenVr opened this issue Mar 1, 2023 · 4 comments
Open

Issue with onnxruntime #67

GenVr opened this issue Mar 1, 2023 · 4 comments

Comments

@GenVr
Copy link

GenVr commented Mar 1, 2023

Hello,
I have a dependency problem between fastt5 and onnxruntime libraries on mac M2 chip. Specifically, the version required by fastt5 is onnxruntime==1.10.0, while, as I have read, onnxruntime>=1.12.0 is needed. Could it be possible to update the onnxruntime library in fastt5?
Thanks.

@Ki6an
Copy link
Owner

Ki6an commented Mar 1, 2023

can you please install the 1.12.0 version of ort after installing fastt5 and try running the code? and see if it works

pip install onnxruntime==1.12.0
pip show onnxruntime

@GenVr
Copy link
Author

GenVr commented Mar 2, 2023

@Ki6an I'm unable to install fastt5 (latest version) for this error:
ERROR: No matching distribution found for onnxruntime==1.10.0

I can only install the version 0.0.5 of fastt5.

@RXminuS
Copy link

RXminuS commented Apr 19, 2023

Confirmed that it seems to work just fine with onnxruntime>=1.14.0 with latest fastt5 (I installed all reps manually and then installed fastt5 with --no-deps)

@PiranavS
Copy link

PiranavS commented Jun 1, 2023

Same problem with M1 chip.

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

No branches or pull requests

4 participants