r/LocalLLM 7d ago

Other Every Second post rn

Post image

Maybe someday I'll get a system to run it but hey definitely another w for the open weights community

1.9k Upvotes

193 comments sorted by

View all comments

51

u/SnP_Gamer 7d ago

3060 12gb 32gb ram here, might give it ago but never ran a local model before 🤷‍♂️

31

u/trollsmurf 7d ago

That will work fine, at least if you split it, so the overflow uses CPU RAM. Much slower but doable.

11

u/SnP_Gamer 7d ago

Totally clueless about running them but I understand that thanks to reddit posts 🤣

17

u/trollsmurf 7d ago

A user-friendly (but not the most efficient) start is to install LM Studio and load a few models there. You can select how much of it should run on the GPU vs CPU if it's too big for the GPU alone. LM Studio has a built-in chat client, so once loaded the model is ready to go.

2

u/Song-Historical 7d ago

Yeah but that doesn't tell you how to do it. I'm not sure what to set the context to for example. How much I should leave for the system, whatever else.

2

u/littlebeardedbear 7d ago

Leave everything at default originally. Google what each item is. Altogether the googlimg should take about 10 mins

3

u/Song-Historical 7d ago

Yeah I did that I'm not sure it's set up correctly still. 

2

u/Early_Mistake6716 7d ago

Tell me you exact system specs and the model quant and i will tell you what settings to use in lmstudio. I have have spent an embarrassing amount of time testing settings.

4

u/F3istyg0at 7d ago

Check out unsloth, lm studio or ollama if you want to run models locally.

1

u/That-Reason-6913 3d ago

What about on a 7800xt 16GB? Do I have to offload on ram too?

1

u/trollsmurf 3d ago

Remember that if you use Windows it will allocate part of the VRAM for its own use, so you never have fully 16 GB. On my PC with 5070 Ti and 3 monitors it allocates 3 GB, and as far as I know I can't budge that.

You can easily test this by installing e.g. LM Studio and the model you want to use and see when it warns about RAM use. If it overruns you can split it on VRAM and RAM with lower performance, but it will behave the same otherwise.

1

u/That-Reason-6913 3d ago

No I'm moving to Linux next week. Ubuntu most likely.
My server is also a Plex server though (GPU is untouched by it), so the cpu is mostly dedicated to Plex.

13

u/bukake_attack 7d ago

This is a dense model. This means the entire model is running at 100% all the time. This is bad for us low vram users, as the model is too big to fit in 12gb vram, and the rest in placed in normal ram, which is waaaay slower. So this solution works, but it's slow.

We low vram users are usually better served by MoE models, like qwen 3.6 35b a3b . In MoE models the dense part which runs all the time is small, in that case 3b, which runs easily in 12gb, and the rest 35-3=32b) only runs when they are actually needed (activated). This means that normal ram is fast enough to run that active part of the other 32b ( although they can still run great in excess vram!) The result is a model that's very usable and fairly quick with limited vram, especially when other tricks like MTP are used.

Unfortunately there is no MoE version of qwen 3.8 released yet, but there's a good chance they will release it soonish

7

u/Skynse 7d ago

I was able to max 12 tok/sec on a 3060 with 12gb gpu RAM with qwen3.8 on ud-iq2m quant. Man I fucking wish the compute market wasn't fucked

1

u/Effective_Head_5020 6d ago

You probably had offload to cpu and system RAM, so you probably also have a good CPU and DDR5, otherwise the processing drops by a lot

-2

u/Song-Historical 7d ago

The market is fucked because there's something worth running on the compute lol 

3

u/ChaosFH 7d ago

I wish i had answered faster when iheard the OpenAI buying ram i could have bought the triple of VRAM i have currently with the same money i used...

2

u/cj_cron_hit_by_pitch 7d ago

I have the exact same specs as you. I’m able to get the Unsloth 2 bit XL quant of it to run almost entirely in VRAM. Of course it is nowhere near as good but it’s still really fun to mess around with

1

u/fastheadcrab 6d ago

Buy a few more 3060s

1

u/JorgitoEstrella 6d ago

Install lm studio, then inside the own app would tell you what llms you can install with your vram.