AI & ML interests

Maintainers of the `huggingface/text-generation-inference` repo

julien-cΒ 
posted an update 9 days ago
view post
Post
4019
who's working on an NVFP4 version of Kimi-K3?
  • 4 replies
Β·
victorΒ 
posted an update 2 months ago
view post
Post
3336
Sharing how I built the LongCat-Video-Avatar 1.5 Space (+500k views on X) in one agent session. Gave a coding agent its own AI lab on ZeroGPU, framed the goal, walked away. It designed, deployed, tested against the live API, fixed, shipped.

Full recipe with the copy-paste prompt: https://huggingface.co/blog/victor/building-zerogpu-spaces-autonomously
  • 1 reply
Β·
victorΒ 
posted an update 4 months ago
view post
Post
6239
Want to share my enthusiasm for zai-org/GLM-5.1 here too πŸ”₯

I think we have it: our open source Claude Code = GLM-5.1 + Pi (https://pi.dev/) - Built a Three.js racing game to eval and it's extremely impressive. Thoughts:

- One-shot car physics with real drift mechanics (this is hard)

- My fav part: Awesome at self iterating (with no vision!) created 20+ Bun.WebView debugging tools to drive the car programmatically and read game state. Proved a winding bug with vector math without ever seeing the screen

- 531-line racing AI in a single write: 4 personalities, curvature map, racing lines, tactical drifting. Built telemetry tools to compare player vs AI speed curves and data-tuned parameters

- All assets from scratch: 3D models, procedural textures, sky shader, engine sounds, spatial AI audio!

- Can do hard math: proved road normals pointed DOWN via vector cross products, computed track curvature normalized by arc length to tune AI cornering speed

You are going to hear about this model a lot in the next months - open source let's go - and thanks z-aiπŸš€πŸš€
  • 5 replies
Β·
victorΒ 
posted an update 6 months ago
view post
Post
2858
Interesting article: use Claude Code to help open models write CUDA kernels (for eg) by turning CC traces into Skills. They made a library out of it πŸ‘€

https://huggingface.co/blog/upskill
victorΒ 
posted an update 8 months ago
view post
Post
3598
Nvidia is on a roll lately. Nemotron 3 Nano is my new fav local model, but here's the real flex: they published the entire evaluation setup. Configs, prompts, logs, all of it. This is how you do open models πŸ”₯

https://huggingface.co/blog/nvidia/nemotron-3-nano-evaluation-recipe

clemΒ 
posted an update 12 months ago
clemΒ 
posted an update about 1 year ago
victorΒ 
posted an update about 1 year ago
view post
Post
7667
Open Source Avengers, Assemble! Ask an expert AI agent team to solve complex problems together πŸ”₯

Consilium brings together multiple agents that debate and use live research (web, arXiv, SEC) to reach a consensus. You set the strategy, they find the answer.

Credit to @azettl for this awesome demo: Agents-MCP-Hackathon/consilium_mcp
  • 2 replies
Β·
clemΒ 
posted an update about 1 year ago
view post
Post
8124
Today, we're unveiling two new open-source AI robots! HopeJR for $3,000 & Reachy Mini for $300 πŸ€–πŸ€–πŸ€–

Let's go open-source AI robotics!
  • 7 replies
Β·
clemΒ 
posted an update about 1 year ago
view post
Post
3984
It's just become easier to share your apps on the biggest AI app store (aka HF spaces) for unlimited storage, more visibility and community interactions.

Just pick a React, Svelte, or Vue template when you create your space or add app_build_command: npm run build in your README's YAML and app_file: build/index.html in your README's YAML block.

Or follow this link: https://huggingface.co/new-space?sdk=static

Let's build!
  • 1 reply
Β·
clemΒ 
posted an update about 1 year ago
view post
Post
4179
Playing with Veo3 this morning. Share your prompt if you want me to create videos for you (bonus point if they funnily reference HF/open-source). These videos are "a cat on the moon rapping "I love Hugging Face""!
  • 27 replies
Β·
clemΒ 
posted an update about 1 year ago
view post
Post
3276
Very cool to see
pytorch
contributing on Hugging Face. Time to follow them to see what they're cooking!
  • 2 replies
Β·
clemΒ 
posted an update about 1 year ago
clemΒ 
posted an update about 1 year ago
view post
Post
4141
What are you using to evaluate models or AI systems? So far we're building lighteval & leaderboards on the hub but still feels early & a lot more to build. What would be useful to you?
  • 6 replies
Β·
clemΒ 
posted an update over 1 year ago
clemΒ 
posted an update over 1 year ago
view post
Post
1602
The
meta-llama
org just crossed 40,000 followers on Hugging Face. Grateful for all their impact on the field sharing the Llama weights openly and much more!

We need more of this from all other big tech to make the AI more open, collaborative and beneficial to all!
julien-cΒ 
posted an update over 1 year ago
view post
Post
12005
BOOOOM: Today I'm dropping TINY AGENTS

the 50 lines of code Agent in Javascript πŸ”₯

I spent the last few weeks working on this, so I hope you will like it.

I've been diving into MCP (Model Context Protocol) to understand what the hype was all about.

It is fairly simple, but still quite powerful: MCP is a standard API to expose sets of Tools that can be hooked to LLMs.

But while doing that, came my second realization:

Once you have a MCP Client, an Agent is literally just a while loop on top of it. 🀯

➑️ read it exclusively on the official HF blog: https://huggingface.co/blog/tiny-agents
  • 1 reply
Β·
victorΒ 
posted an update over 1 year ago
view post
Post
5216
DIA TTS is just amazing - please share your funniest gens (here is mine) πŸ˜‚
nari-labs/Dia-1.6B
  • 1 reply
Β·