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
The new release of pyannote.audio comes with new authentication requirements to download models, so diart users using pyannote models will need to go through this authentication procedure, but diart does not provide a way to download huggingface models with an access token.
Idea
Add a parameter hf_access_token to PipelineConfig and to any pyannote model constructors.
Problem
The new release of pyannote.audio comes with new authentication requirements to download models, so diart users using pyannote models will need to go through this authentication procedure, but diart does not provide a way to download huggingface models with an access token.
Idea
Add a parameter
hf_access_token
toPipelineConfig
and to any pyannote model constructors.Example
The text was updated successfully, but these errors were encountered: