Urgent.News

What's breaking now, across thousands of outlets.

AI

Nvidia closes in on Hugging Face acquisition

Nvidia has reportedly agreed to buy Hugging Face, the popular open-source AI hub, for $12.9 billion in a move that would let Nvidia both protect its chip empire and jump back into the cloud business.

Nvidia has agreed to acquire Hugging Face for $12.9 billion, as reported by The Information. Business Insider and TechCrunch previously reported on the takeover interest, but neither company has yet confirmed the deal. Hugging Face, founded in 2016, is a popular hub for developers sharing and downloading open-source AI models. The acquisition would give Nvidia a strong position in the open-source AI landscape, as closed-source AI systems from companies like Anthropic and OpenAI are catching up to Hugging Face.

This move could help Nvidia protect its dominance in AI chips, which are increasingly at risk due to closed AI labs building their own chips to reduce reliance on Nvidia. Additionally, a thriving ecosystem of open-source AI models provides customers with more alternatives, maintaining market dependency on Nvidia's hardware. Nvidia has also been investing heavily in open-source AI models and recently pledged to help cover costs for cloud computing deals for its customers.

This deal would be a significant jump from Hugging Face's previous valuation of $4.5 billion, as it raised $235 million in 2023. Hugging Face CEO Clem Delangue has been publicly aligned with Nvidia's open-source push, and the company is still generating about $150 million in revenue annually, nearing profitability.

Written by urgent.news from TechCrunch's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

This story

This is one outlet's version. Read the fullest account.

Read the original at techcrunch.com →

More in AI

Should Your Prompt Store Pick Your Model

Langfuse with Microsoft.Extensions.AI has an appealing story: update prompts without redeploying. A prompt fetches its config blob—model, tokens, temperature—which the code passes straight to the LLM.

  • Current setup couples prompt config with model selection, causing problems.
  • Prompt config is optional JSON, lacks schema enforcement, may cause live issues.
  • Separating prompt config from model selection offers cleaner, safer solution.

More from Thursday 27 August →