I'm getting the following error when trying to use diarization.
Diarization failed: hf_hub_download() got an unexpected keyword argument 'use_auth_token'
The issue is that huggingface_hub changed the hf_hub_download function and it no longer uses use_auth_token. Downgrading to version 0.13.4 doesn't work as there are other compatibility errors. I've tried a pile of different version combos and I'm pretty sure that the right combo simply doesn't exist, at least not in Windows.
I'm getting the following error when trying to use diarization.
Diarization failed: hf_hub_download() got an unexpected keyword argument 'use_auth_token'The issue is that huggingface_hub changed the hf_hub_download function and it no longer uses use_auth_token. Downgrading to version 0.13.4 doesn't work as there are other compatibility errors. I've tried a pile of different version combos and I'm pretty sure that the right combo simply doesn't exist, at least not in Windows.