Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
[v0.33.1]_ Inference Providers Bug Fixes, Tiny-Agents Message handling Improvement, and Inference Endpoints Health Check Update source code.tar.gz | 2025-06-25 | 1.0 MB | |
[v0.33.1]_ Inference Providers Bug Fixes, Tiny-Agents Message handling Improvement, and Inference Endpoints Health Check Update source code.zip | 2025-06-25 | 1.3 MB | |
README.md | 2025-06-25 | 637 Bytes | |
Totals: 3 Items | 2.3 MB | 4 |
Full Changelog: https://github.com/huggingface/huggingface_hub/compare/v0.33.0...v0.33.1
This release introduces bug fixes for chat completion type compatibility and feature extraction parameters, enhanced message handling in tiny-agents, and updated inference endpoint health check:
- [Tiny agents] Add tool call to messages [#3159] by @NielsRogge
- fix: update payload preparation to merge parameters into the output dictionary [#3160] by @mishig25
- fix(inference_endpoints): use GET healthRoute instead of GET / to check status [#3165] by @mfuntowicz
- Recursive filter_none in Inference Providers [#3178] by @Wauplin