v0.35.2
📦 huggingface-hubView on GitHub →
✨ 2 features🐛 1 fixes🔧 1 symbols
Summary
This release introduces Z.ai as a new official Inference Provider on the Hub and includes an optimization for file system glob operations.
✨ New Features
- Z.ai is now officially supported as an Inference Provider on the Hub.
- Added support for specifying 'zai-org' as a provider when initializing InferenceClient.
🐛 Bug Fixes
- [HfFileSystem] Optimized maxdepth in glob() to reduce the number of /tree calls.