pyannote doesn't find yml, but is looking for yaml when loading pipeline

#1
by coen22 - opened
No description provided.

does this look good @hbredin ? Thanks! 🙏

Yep.

By the way, config.yaml is never read in pyannote.audio. It is only downloaded because I once learned that Huggingface counters are based on the number of download of this particular file and I really wanted to keep track of the number of downloads. Feels a bit hackish but it works. Is there any better solution to that problem?

Yeah, that's what I found out later :)
A better solution would be to have a task and a model id in a separate field, when constructing the pipeline.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment