Live data from Hacker News

Ollama now supports AMD graphics cards

ollama.com

31–40 of 234 posts

Re: Ollama now supports AMD graphics cards

#31
post #8

Earlier quoted context omitted.

What does performance look like?

Spoiler alert: not good enough to break CUDA's moat

This is not CUDA's moat. That is on the R&D/training side.

Inference side is partly about performance, but mostly about cost per token.

And given that there has been a ton of standardization around LLaMA architectures, AMD/ROCm can target this much more easily, and still take a nice chunk of the inference market for non-SOTA models.

Re: Ollama now supports AMD graphics cards

#32
post #23

Feels like all of this local LLM stuff is definitely pushing people in the direction of getting new hardware, since nothing like RX 570/580 or other older cards sees support. On one hand, the hardware nowadays is better and more powerful, but on the other, the initial version of CUDA came out in 2007 and ROCm in 2016. You'd think that compute on GPUs wouldn't require the latest cards.

I'm a happy user of Mistral on my Mac Air M1.

Is it easy to set this up?

Re: Ollama now supports AMD graphics cards

#33
post #26

I wonder why they aren't supporting RX 6750 XT and lower yet, are there architectural differences between these and RX 6800+?

They don't support it, but it works if you set an environment variable.

https://github.com/ollama/ollama/issues/2870#issuecomment-19...

Re: Ollama now supports AMD graphics cards

#34
post #7

I wish AMD did well in the Stable Diffusion front because AMD is never greedy on VRAM. The 4060Ti 16GB(minimum required for Stable Diffusion in 2024) starts at $450. AMD with ROCm is decent on Linux but pretty bad on Windows.

They bump up VRAM because they can't compete on raw compute.

it doesn't matter how much compute you have if you don't have enough vram to run the model.

Re: Ollama now supports AMD graphics cards

#35
post #23

Earlier quoted context omitted.

I'm a happy user of Mistral on my Mac Air M1.

Is it easy to set this up?

Super easy. You can just head down to https://lmstudio.ai and pick up an app that lets you play around. It's not particularly advanced, but it works pretty well.

It's mostly optimized for M-series silicon, but it also technically works on Windows, and isn't too difficult to trick into working on Linux either.

Re: Ollama now supports AMD graphics cards

#36

Earlier quoted context omitted.

Is it easy to set this up?

Super easy. You can just head down to https://lmstudio.ai and pick up an app that lets you play around. It's not particularly advanced, but it works pretty well. It's mostly optimized for M-series silicon, but it also technically works on Windows, and isn't too difficult to trick into working on Linux either.

Also, https://jan.ai is open source and worth trying out too.

Re: Ollama now supports AMD graphics cards

#37

Feels like all of this local LLM stuff is definitely pushing people in the direction of getting new hardware, since nothing like RX 570/580 or other older cards sees support. On one hand, the hardware nowadays is better and more powerful, but on the other, the initial version of CUDA came out in 2007 and ROCm in 2016. You'd think that compute on GPUs wouldn't require the latest cards.

No new hardware needed. I was shocked that Mixtral runs well on my laptop, which has a so-so mobile GPU. Mixtral isn't hugely fast, but definitely good enough!
Post reply on HN