Skip to content

Releases: agonzc34/huggingface-hub-cpp

1.1.3

27 Jun 16:36
b00375c
Compare
Choose a tag to compare

What's Changed

🆕 Offline file checking if no connection in #6
🐛 Fixed refs file and better offline model handling in #7

Full Changelog: 1.1.2...1.1.3

1.1.2

14 Apr 13:39
34ae1d0
Compare
Choose a tag to compare

What's Changed

🆕 Adding support to download regular files and non-gguf shards by @mgonzs13 in #5

Full Changelog: 1.1.1...1.1.2

1.1.1

19 Mar 16:03
8d4a2fb
Compare
Choose a tag to compare

What's Changed

🔧 hf_hub_download now will properly handle file downloads if a repo commit changes. #3

⏳ Better Loading Bar: Now it adjusts to the terminal width and it has been reduced the frequency of the prints. #4

Full Changelog: 1.1.0...1.1.1

1.1.0

04 Mar 18:54
bc92a03
Compare
Choose a tag to compare

What's Changed

📦 Added hf_hub_download_with_shards for downloading models splitted in shards.

Full Changelog: 1.0.0...1.1.0

1.0.0

03 Mar 18:36
Compare
Choose a tag to compare

📅 huggingface-hub-cpp

🔥 What's New?
🎯 Initial release of the C++ Hugging Face Hub Port
🛠 Implements hf_hub_download for C++
🔄 Download process fully compatible with the Python version
💾 Supports fetching models and other files from Hugging Face

Full Changelog: https://github.com/agonzc34/huggingface-hub-cpp/commits/v1.0.0