Loading video...
Video Failed to Load
Hot tip for anyone doing AI dev: Use Ollama to easily run models like Deepseek-r1 or Gemma locally on your machine. It downloads them and spins up a server with an OpenAI SDK compatible API The smaller models are fast and good enough to work on new features or... show more
153,435 views • 1 year ago •via X (Twitter)
11 Comments

You're so cool. I wish I could be this level of cool.

I only hope to be the level of cool that it takes to have a stack named after me

If you're doing `ollama run deepseek-r1` you're NOT running a Deepseek R1 model, but a Qwen3 8B param model finetuned on outputs from R1. Deepseek R1 has 671B params, requiring >700GB of (V)RAM. There's a 1.58-bit quantized version that fits in 131GB.

@lmstudio is another great option.

In my experience, these models are rarely good enough for solving the kinds of problems I face day to day

been @ollama #1 fan since day 1!

This kind of AI-related work will be why many devs will go back to desktop computers with solid GPUs. The speed you get our of a well-quantized model like the one you use w/ Ollama on a high-end Mac Studio is magical. That's what I'm using, and it rocks :D

I feel like I don't think I've got enough VRAM to run a good enough local model 😮💨 Guess that means UPGRADE!! 🎉🙌🏻 This does look like it would be fun to try out on smaller features.

What do you think is the best small model to run locally? I tried only Mistral yet

what about using lmstudio? have you tried both?

the app, or the SDK? I haven't tried either. Any good?

