Earlier quoted context omitted.
Yeah, I just meant that is like the only option, which is crazy because its a 2020 GPU. There are lots of questions about what hardware to get for ML, and the generic answer is basically always "get a 3090." Its so frequently recommended that it feels like a meme to me.
It hits a good sweet spot between price and power, and there's usually some easily available. Availability is a major factor imo.
Ask HN: What's the best hardware to run small/medium models locally?
81–90 of 99 posts
Re: Ask HN: What's the best hardware to run small/medium models locally?
#82Earlier quoted context omitted.
Possibly the easiest way would be to run them in a notebook on Amazon SageMaker. https://aws.amazon.com/sagemaker/notebooks/
So you just start a notebook and then what?
Re: Ask HN: What's the best hardware to run small/medium models locally?
#83Earlier quoted context omitted.
On my home system I've been running 2x RTX 2070's on Fedora and have had serious enough problems. It's been fairly stable for a while, but the last week or so I keep having the screen go black and not come back. I'm going to try Debian as it's supposed to have better support for nvidia cards. I've been using Fedora or Redhat for a long time, and I'd rather not switch, but these driver issues make the system unusable.
So one is for graphics and the other is for CUDA or something?
Re: Ask HN: What's the best hardware to run small/medium models locally?
#84Earlier quoted context omitted.
I run mistral on an M2 air and it's broadly similar to chatgpt.
How? I have an M2 Pro and I run 7B and 13B models through Ollama and also LM Studio. Because there’s no CUDA, the speed is much slower than ChatGPT. The answers from 7B are also not at the same quality as ChatGPT. (Lots of mistakes and hallucinations)
Re: Ask HN: What's the best hardware to run small/medium models locally?
#85I think there are a couple of basic questions need answered before we can find a good solution: 1) What are you trying to do? 2) What's your budget? Generically saying, "run inference" is like... you can do that on your current thinkpad, if you want a small enough model. If you want to run 7B or 13B or 34B models for document or sentiment analysis, or whatever, then you can move to the budget question. When I was fac…
Re: Ask HN: What's the best hardware to run small/medium models locally?
#86Re: Ask HN: What's the best hardware to run small/medium models locally?
#87It runs at under 3 tokens per second. I usually just give it my prompt and go make a coffee or something. The server is in my basement, you can barely hear the fans screaming at all.
Re: Ask HN: What's the best hardware to run small/medium models locally?
#88Earlier quoted context omitted.
How? I have an M2 Pro and I run 7B and 13B models through Ollama and also LM Studio. Because there’s no CUDA, the speed is much slower than ChatGPT. The answers from 7B are also not at the same quality as ChatGPT. (Lots of mistakes and hallucinations)
Is metal working?
Re: Ask HN: What's the best hardware to run small/medium models locally?
#89I think there are a couple of basic questions need answered before we can find a good solution: 1) What are you trying to do? 2) What's your budget? Generically saying, "run inference" is like... you can do that on your current thinkpad, if you want a small enough model. If you want to run 7B or 13B or 34B models for document or sentiment analysis, or whatever, then you can move to the budget question. When I was fac…
I've noticed that llama 2 + llama.cpp doesn't seem to even use the GPU much. I tried a better gpu (more speed, more memory) and my inference speed didn't increase.
Re: Ask HN: What's the best hardware to run small/medium models locally?
#90I’m running mistral 7B on a M1 Mac 8GB just barely. It’s ask a question get a coffee type of thing. No idea how this works, as 32 bit floats require 4 bytes and with 7B it would need to be swapping with the SSD. If I had the cash I would go for 24GB M2/3 pro. That would allow me to comfortably load the 7B model in to ram.
Can I ask what you're using it for?