In Transformers, we have this function that returns the list of cached models. It would be nice to rely on an util in this repository instead (not limited to models) that would list:
- cached repos
- revisions cached for each repos (replacing commit hashes with refs when they exist)
- files cached for a given repo and revision
In Transformers, we have this function that returns the list of cached models. It would be nice to rely on an util in this repository instead (not limited to models) that would list: