hf-hub
hf-hub copied to clipboard
Rust client for the huggingface hub aiming for minimal subset of features over `huggingface-hub` python package
Add with_endpoint function to configure endpoint, e.g. https://hf-mirror.com for easy access to huggingface in mainland China. I have been tested in Beijing.
I see in python you can list and search through the available models on the hub. How do we do list and search on this library?
Fix https://github.com/huggingface/hf-hub/issues/47
As title said. Some down stream project like text-embeddings-inference affected by this.
### Motivation Hf-hub is used by ML application/framework as entry point for model resources. When integrating hf-hub in libraries or desktop apps, it can be useful to show information about...
Supports specifying the Huggingface mirror repository through the environment, that is, HF_ENDPOINT
According to https://github.com/huggingface/huggingface_hub/blob/609160f42967eb566a3ebb32f7bc7659d06eec4b/docs/source/en/package_reference/hf_api.md?plain=1#L14 Add relative builder method to tweak endpoint.