Nicolas Patry
Nicolas Patry
Which versions are you guy using ? We may just need to make a new release (although I' m not sure we made any change whatsoever since the last release)
There is no need for that. You always could enable `socks` on your own projects. It's showcased here: https://github.com/huggingface/hf-hub/pull/81 It's important we do not enable that feature by default, because...
Closing the issue since I gave a solution to this issue. Feel free to reopen if this doesn't solve it.
This is done on `main`.
Closing as this has been the done already.
We cannot move things like this. The name of the method is `download`. It should therefore always `download` something. `get` will already use the cache when possible and might be...
@benedikt-schaber Having etag check + download if they do not match we can add (basically free updating). There's a few consideration I've been thinking about this though: 1. Usually models...
Illuminating ! Then perfect. Do you think we could have a smallish test to test the behavior ?
> If we want to keep download as force_download, we could introduce a new internal download method, that additionally takes what we need of the metadata as input (e.g. blob...
Closing as stale.