huggingface / api-inference-community

Apache License 2.0
161 stars 61 forks source link

Update SpeechBrain requirements.txt #415

Closed Adel-Moumen closed 6 months ago

Adel-Moumen commented 6 months ago

Hello,

This PR aims at updating SpeechBrain requirements. Indeed, some HF models on our hub are using KenLM for n-gram rescoring. Hence, they require adding pygtrie and kenlm as part of the requirements in order to be used (note: these packages are not part of SpeechBrain requirements as they are optional).

TParcollet commented 6 months ago

Simple change, not breaking, lgtm.