Lucain
Lucain
Hi @davanstrien thanks for your PR. I want to follow-up on it. Is it still a Draft/WIP work or it's ready to review/merge ? (cc @julien-c @LysandreJik as well)
I quickly looked at `hf_api.py` and as you suggested it makes sense to adapt the `__repr__` for all of them (`RepoFile` `ModelInfo`, `DatasetInfo`, `SpaceInfo` and `MetricInfo`). I think it would...
Ok thanks, that's fine 👍
@osanseviero seen work done in https://github.com/huggingface/huggingface_hub/pull/98 and https://github.com/huggingface/huggingface_hub/pull/170, can I merge ? And if not, is there anything to do ?
Coming a bit after the battle but I would also have been for a unique `token` parameter instead of both `token` and `use_auth_token` depending on the use case. Maybe I'm...
Just an update on this PR. I think there is kind of a consensus on moving forward to merge it. The rule will be "use `use_auth_token` for read-only methods and...
@nateraw I double-checked everything and I think we are good to go. Thanks again for the huge work done in this PR both in the implementation and in documenting everything...
**Side note:** this only scans the "new" cache layout and makes some assumptions on the expected structure. I am not yet sure all weird cases are handled. Especially: 1. Is...
@osanseviero If you have time could you try to checkout to this branch and run `python scan.py` and copy-paste the output ? I'd like to know if you get any...
@osanseviero Thanks for trying it out ! I am not exactly sure what happened here (surely a cache folder without `snapshots` folder, but why ?). I will update the script...