Issue with onnxruntime
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.
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
@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.
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)
Same problem with M1 chip.