You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our chain of dependencies openai-whisper depends pyannote-audio depends onnxruntime-gpu>=1.16.0
onnxruntime-gpu does not support MacOS (issue). This dependency appears to have been added to pyannote-audio in the 3.0.1 release (issue).
For the moment we will need to drop plans for MacOS support. The short-term resolution is to pin pyannote-audio==3.0.0 but this is not ideal given the potential conflicts as other dependencies bump versions. The long-term solution would be upstream changes, but we have no control over what upstream does.
For the moment I will chalk this up as code debt given that I have no need to run this on Mac, but it will be a hurdle when we move towards an initial release.
The text was updated successfully, but these errors were encountered:
Pyannote.audio requires onnxruntime-gpu>=1.16.0 but on MacOS this module
is not supported.
Until this is resolved upstream, we cannot support MacOS. See #1
In our chain of dependencies
openai-whisper
dependspyannote-audio
dependsonnxruntime-gpu>=1.16.0
onnxruntime-gpu
does not support MacOS (issue). This dependency appears to have been added topyannote-audio
in the 3.0.1 release (issue).For the moment we will need to drop plans for MacOS support. The short-term resolution is to pin
pyannote-audio==3.0.0
but this is not ideal given the potential conflicts as other dependencies bump versions. The long-term solution would be upstream changes, but we have no control over what upstream does.For the moment I will chalk this up as code debt given that I have no need to run this on Mac, but it will be a hurdle when we move towards an initial release.
The text was updated successfully, but these errors were encountered: