Live data from Hacker News

Nvidia agrees to acquire Hugging Face for $13B

businessinsider.com

321–330 of 953 posts

Re: Nvidia agrees to acquire Hugging Face for $13B

#321

Earlier quoted context omitted.

> NVIDIA is one of the most open labs. Of course they are. They're commoditizing their complement. I want to own the hardware, not play around in an nvidia fiefdom full of nvidia rules.

You do own the hardware. Nvidia GPUs have FOSS driver alternatives (Nouveau, NOVA) and have supported OpenCL on the proprietary drivers since 2009. If you don't want to use CUDA, they expose the PTX bindings to write your own CUDA alternative too: https://docs.nvidia.com/cuda/parallel-thread-execution/index...

I wish OpenCL was usable today like your implying...

Re: Nvidia agrees to acquire Hugging Face for $13B

#326
post #81

Earlier quoted context omitted.

I’m asking more to work out what is the basis of this valuation. Why would Nvidia spend $13B for what seems to be a services that gives things away for free.

https://huggingface.co/pricing

I don't understand who this is targeted at. You can download the models, clone the datasets free. Who is paying them and why?

Re: Nvidia agrees to acquire Hugging Face for $13B

#327
post #182
post #154

Earlier quoted context omitted.

They’re buying a brand, some employees, and some momentum — not any of their software. HF probably does have propriety goodies to make it all run efficiently, but certainly not a billion dollars worth, much less 13!

We are so used to these numbers being thrown around in the AI era that something one needs a reminder that this is 13 billion, not million. Insane exit by HF.

80x its yearly revenue. Clearly they aren't buying HF for margins.

In fact, has HF ever wished to make money? They probably pay AWS more infra cost than they earn. The exit was planned all along.

Re: Nvidia agrees to acquire Hugging Face for $13B

#328
post #133
post #108

Nvidia's been pretty terrible for open source / free software. No need to quote Linus Torvalds here. They want to control what runs on their hardware. They want to you write code against their proprietary drivers and APIs, not directly against the hardware (which these days of course also contains plenty of software, but still). Don't expect things to go differently this time around. Nvidia wants control over the sof…

NVIDIA is one of the most open labs. They even share many of their pre-training and even post-training datasets for Nemotron on HuggingFace; for example: https://huggingface.co/datasets/nvidia/Nemotron-Post-Trainin... Which other lab shares this? Yes, there is no question NVIDIA wants to lock you into CUDA and their hardware. But also, they’ve consistently demonstrated the most openness when it comes to model trainin…

_why_ have people started to call companies “labs”?!

Re: Nvidia agrees to acquire Hugging Face for $13B

#330

Earlier quoted context omitted.

You do own the hardware. Nvidia GPUs have FOSS driver alternatives (Nouveau, NOVA) and have supported OpenCL on the proprietary drivers since 2009. If you don't want to use CUDA, they expose the PTX bindings to write your own CUDA alternative too: https://docs.nvidia.com/cuda/parallel-thread-execution/index...

When last looked at it, NVIDIA was not supporting OpenCL beyond 1.0. Also, when running OpenCL, NVIDIA hardware disables multiple DMA engines, and allows only one memory transfer at a time to prevent OpenCL running as fast as CUDA. Did NVIDIA finally allow open source drivers to access all parts and features of the card to allow feature parity? Last time I checked they were considering a plan for planning a solution…

People love to blame NVidia on OpenCL failure, maybe Intel and AMD should actually deliver something compute researchers want to use?
Post reply on HN