Lucain Pouget's picture

Lucain Pouget PRO

Wauplin

AI & ML interests

None yet

Recent Activity

Organizations

Hugging Face's profile picture Competitions's profile picture Hugging Face Internal Testing Organization's profile picture Templates's profile picture Hugging Test Lab's profile picture Gradio-Themes-Party's profile picture Evaluation on the Hub's profile picture HuggingFaceM4's profile picture Hugging Face H4's profile picture Hugging Face OSS Metrics's profile picture Stable Diffusion concepts library's profile picture HuggingFace Doc Builds's profile picture accelerate's profile picture Hugging Face Smol Cluster's profile picture Open LLM Leaderboard's profile picture private beta for deeplinks's profile picture Hugging Face Discord Community's profile picture LLHF's profile picture SLLHF's profile picture Mt Metrics's profile picture DDUF's profile picture hf-inference's profile picture

Wauplin's activity

upvoted an article 12 days ago
view article
Article

Cohere on Hugging Face Inference Providers 🔥

124
New activity in huggingface/documentation-images 12 days ago

update-novita-logo

1
#475 opened 18 days ago by
viktor-hu
replied to their post 28 days ago
view reply

Please open a proper issue in the corresponding Github repo (is it a huggingface_hub issue? a gradio one? etc.) with more details and especially a reproducible example of the issue you are having. If it is a HTTP request issue, try to isolate it first. (the more details you can provider, the better it is for the maintainers)

replied to their post 28 days ago
view reply

My spaces use models that, for some reason, state that they are unavailable to be used by any of the inference providers, despite them working fine two months ago

The Huggingface's serverless Inference API wasn't a production-ready service. It was only meant to easily experiment and prototype ML apps. We started rolling out inference providers to tackle this topic and make things more future-proof. Regarding the specific problem you have, it's hard to help without knowing the specific models you were using back then. The most likely is that these models have been removed from HF Inference API infra as we are now focusing on making fewer but high-impact models available.

posted an update 28 days ago
view post
Post
2098
‼️ huggingface_hub's v0.30.0 is out with our biggest update of the past two years!

Full release notes: https://github.com/huggingface/huggingface_hub/releases/tag/v0.30.0.

🚀 Ready. Xet. Go!

Xet is a groundbreaking new protocol for storing large objects in Git repositories, designed to replace Git LFS. Unlike LFS, which deduplicates files, Xet operates at the chunk level—making it a game-changer for AI builders collaborating on massive models and datasets. Our Python integration is powered by [xet-core](https://github.com/huggingface/xet-core), a Rust-based package that handles all the low-level details.

You can start using Xet today by installing the optional dependency:

pip install -U huggingface_hub[hf_xet]


With that, you can seamlessly download files from Xet-enabled repositories! And don’t worry—everything remains fully backward-compatible if you’re not ready to upgrade yet.

Blog post: https://huggingface.co/blog/xet-on-the-hub
Docs: https://huggingface.co/docs/hub/en/storage-backends#xet


⚡ Inference Providers

- We’re thrilled to introduce Cerebras and Cohere as official inference providers! This expansion strengthens the Hub as the go-to entry point for running inference on open-weight models.

- Novita is now our 3rd provider to support text-to-video task after Fal.ai and Replicate.

- Centralized billing: manage your budget and set team-wide spending limits for Inference Providers! Available to all Enterprise Hub organizations.

from huggingface_hub import InferenceClient
client = InferenceClient(provider="fal-ai", bill_to="my-cool-company")
image = client.text_to_image(
    "A majestic lion in a fantasy forest",
    model="black-forest-labs/FLUX.1-schnell",
)
image.save("lion.png")


- No more timeouts when generating videos, thanks to async calls. Available right now for Fal.ai, expecting more providers to leverage the same structure very soon!
·
New activity in deepseek-ai/DeepSeek-V3-0324 about 1 month ago