view article Article Building the Hugging Face MCP Server By evalstate and 3 others • 7 days ago • 38
view article Article Reachy Mini - The Open-Source Robot for Today's and Tomorrow's AI Builders By thomwolf and 1 other • 8 days ago • 562
view article Article cocogold: training Marigold for text-grounded segmentation By pcuenq • 8 days ago • 26
view article Article Common Pitfalls in Sharing Open Source Models on Hugging Face (and How to Dodge Them) By FriendliAI and 2 others • 15 days ago • 21
view article Article Transformers backend integration in SGLang By marcsun13 and 4 others • 24 days ago • 46
view article Article Groq on Hugging Face Inference Providers 🔥 By sbrandeis and 4 others • Jun 16 • 39
view article Article Featherless AI on Hugging Face Inference Providers 🔥 By sbrandeis and 5 others • Jun 12 • 44
view article Article Featherless AI on Hugging Face Inference Providers 🔥 By sbrandeis and 5 others • Jun 12 • 44
view reply yes indeed, the bug appears only on python >= 3.12. We fixed it and released a patch, see my comment here: https://huggingface.co/blog/python-tiny-agents#683eca4750b8f035fa0407b9
view reply We've fixed the issue and released a patch for that: https://github.com/huggingface/huggingface_hub/releases/tag/v0.32.4You can upgrade huggingface_hub to get the fix along with support for local LLMs, cc @sylvain471 . pip install -U huggingface_hub>=0.32.4 don't hesitate to experiment with tiny-agents and let us know if you hit any issues (PRs are very welcome too!).