Live data from Hacker News

DeepSeek-R1: Incentivizing Reasoning Capability in LLMs via RL

arxiv.org

151–160 of 1001 posts

Re: DeepSeek-R1: Incentivizing Reasoning Capability in LLMs via RL

#153
post #125

"Reasoning" will be disproven for this again within a few days I guess. Context: o1 does not reason, it pattern matches. If you rename variables, suddenly it fails to solve the request.

Rename to equally reasonable variable names, or to intentionally misleading or meaningless ones? Good naming is one of the best ways to make reading unfamiliar code easier for people, don't see why actual AGI wouldn't also get tripped up there.

Re: DeepSeek-R1: Incentivizing Reasoning Capability in LLMs via RL

#154

I don’t think this entirely invalidates massive GPU spend just yet: “ Therefore, we can draw two conclusions: First, distilling more powerful models into smaller ones yields excellent results, whereas smaller models relying on the large-scale RL mentioned in this paper require enormous computational power and may not even achieve the performance of distillation. Second, while distillation strategies are both economic…

It does if the spend drives GPU prices so high that more researchers can't afford to use them. And DS demonstrated what a small team of researchers can do with a moderate amount of GPUs.

Re: DeepSeek-R1: Incentivizing Reasoning Capability in LLMs via RL

#155

I've always been leery about outrageous GPU investments, at some point I'll dig through and find my prior comments where I've said as much to that effect. The CEOs, upper management, and governments derive their importance on how much money they can spend - AI gave them the opportunity for them to confidently say that if you give me $X I can deliver Y and they turn around and give that money to NVidia. The problem wa…

Agree. The "need to build new buildings, new power plants, buy huge numbers of today's chips from one vendor" never made any sense considering we don't know what would be done in those buildings in 5 years when they're ready.

The eBay resells will be glorious.

Re: DeepSeek-R1: Incentivizing Reasoning Capability in LLMs via RL

#156
post #146

Larry Ellison is 80. Masayoshi Son is 67. Both have said that anti-aging and eternal life is one of their main goals with investing toward ASI. For them it's worth it to use their own wealth and rally the industry to invest $500 billion in GPUs if that means they will get to ASI 5 years faster and ask the ASI to give them eternal life.

Probably shouldn't be firing their blood boys just yet ... According to Musk, SoftBank only has $10B available for this atm.

Re: DeepSeek-R1: Incentivizing Reasoning Capability in LLMs via RL

#157
post #131

I'm impressed by not only how good deepseek r1 is, but also how good the smaller distillations are. qwen-based 7b distillation of deepseek r1 is a great model too. the 32b distillation just became the default model for my home server.

How much VRAM is needed for the 32B distillation?

Depends on compression, I think 24gb can hold a 32B at around 3b-4b compression.

Re: DeepSeek-R1: Incentivizing Reasoning Capability in LLMs via RL

#158
post #131

I'm impressed by not only how good deepseek r1 is, but also how good the smaller distillations are. qwen-based 7b distillation of deepseek r1 is a great model too. the 32b distillation just became the default model for my home server.

How much VRAM is needed for the 32B distillation?

Depends on the quant used and the context size. On a 24gb card you should be able to load about a 5 bit if you keep the context small.

In general, if you're using 8bit which is virtually lossless, any dense model will require roughly the same amount as the number of params w/ a small context, and a bit more as you increase context.

Re: DeepSeek-R1: Incentivizing Reasoning Capability in LLMs via RL

#159

I've always been leery about outrageous GPU investments, at some point I'll dig through and find my prior comments where I've said as much to that effect. The CEOs, upper management, and governments derive their importance on how much money they can spend - AI gave them the opportunity for them to confidently say that if you give me $X I can deliver Y and they turn around and give that money to NVidia. The problem wa…

The cost of having excess compute is less than the cost of not having enough compute to be competitive. Because of demand, if you realize you your current compute is insufficient there is a long turnaround to building up your infrastructure, at which point you are falling behind. All the major players are simultaneously working on increasing capabilities and reducing inference cost. What they aren’t optimizing is their total investments in AI. The cost of over-investment is just a drag on overall efficiency, but the cost of under-investment is existential.

Re: DeepSeek-R1: Incentivizing Reasoning Capability in LLMs via RL

#160
post #72
post #9

we've been tracking the deepseek threads extensively in LS. related reads: - i consider the deepseek v3 paper required preread https://github.com/deepseek-ai/DeepSeek-V3 - R1 + Sonnet > R1 or O1 or R1+R1 or O1+Sonnet or any other combo https://aider.chat/2025/01/24/r1-sonnet.html - independent repros: 1) https://hkust-nlp.notion.site/simplerl-reason 2) https://buttondown.com/ainews/archive/ainews-tinyzero-reprod... 3…

Hugging Face is reproducing R1 in public. https://x.com/_lewtun/status/1883142636820676965 https://github.com/huggingface/open-r1 Hugging Face Journal Club - DeepSeek R1 https://www.youtube.com/watch?v=1xDVbu-WaFo

oh also we are doing a live Deepseek v3/r1 paper club next wed: signups here https://lu.ma/ls if you wanna discuss stuff!
Post reply on HN