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
Hi all,
I have managed to fix the library dependency issue by installing huggingface-hub version 0.15.1 and changing this line in C:\Users\<UserName>\AppData\Local\Programs\Python\Python39\Lib\site-packages\pyannote\audio\core\model.py from from pytorch_lightning.utilities.cloud_io import load as pl_load to from lightning_fabric.utilities.cloud_io import _load as pl_load
The text was updated successfully, but these errors were encountered:
Hi all,
I have managed to fix the library dependency issue by installing
huggingface-hub version 0.15.1
and changing this line inC:\Users\<UserName>\AppData\Local\Programs\Python\Python39\Lib\site-packages\pyannote\audio\core\model.py
fromfrom pytorch_lightning.utilities.cloud_io import load as pl_load
tofrom lightning_fabric.utilities.cloud_io import _load as pl_load
The text was updated successfully, but these errors were encountered: