hf-hub
hf-hub copied to clipboard
Rust client for the huggingface hub aiming for minimal subset of features over `huggingface-hub` python package
Hey there! I noticed that proxy support from environment variables was added, but hasn't been released to crates.io yet. Would it be possible to get a new version published?
The asynchronous version of hf-hub automatically enables proxy support based on environment variables by default, whereas the synchronous version does not. To ensure consistency between the two, it is necessary...
Hello, it would be nice if there was a wasm support on the library (or a wasm port of it). I'm aware that many dependencies would not be compatible, nor...
Add `with_endpoint` function which will enable to change default hardcoded endpoint.
Add the file size to the Siblings struct.
### What this PR does This PR is related to #18. It does not support resuming downloads. Rather it adds retry capabilities to the sync API. It adds the max_retries...
### Current behavior When the file/symlink is not found in snapshots the blob is downloaded regardless of whether or not it is already present. ### New behavior When the file/symlink...
For larger models (maybe >= 3.0 GB), there's a larger chance that the downloads get aborted by network failures with slower networks. I wonder if it's possible to make the...
The synchronous interface already supports the socks5 protocol, but the asynchronous interface lacks support. This pr adds support for the socks5 protocol to `tokio::Api` Should fix #41