facebookresearch / audiocraft

Audiocraft is a library for audio processing and generation with deep learning. It features the state-of-the-art EnCodec audio compressor / tokenizer, along with MusicGen, a simple and controllable music generation LM with textual and melodic conditioning.
MIT License
20.23k stars 2.03k forks source link

add `library_name` parameter to `hf_hub_download` for better model tracking on the Hub. #325

Closed Vaibhavs10 closed 8 months ago

Vaibhavs10 commented 9 months ago

Hi there - hf_hub_download in the huggingface_hub package allows for better tracking for the model checkpoint usage via library_name and library_version.

This change would not impact any existing downloads, it'll only result in extra information that'll help us get more detailed stats.

adefossez commented 8 months ago

I'm directly adding this into https://github.com/facebookresearch/audiocraft/pull/345