this post was submitted on 30 Jan 2025
428 points (99.3% liked)

Memes

46374 readers
2009 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
 

blob:https://phtn.app/bce94c48-9b96-4b8e-a4fd-e90166d56ed7

you are viewing a single comment's thread
view the rest of the comments
[–] brucethemoose 34 points 13 hours ago* (last edited 13 hours ago) (4 children)

My friend, the Chinese have been releasing amazing models all last year, it just didn’t make headlines.

Tencent's Hunyuan Video is incredible. Alibabas Qwen is still a go to local model. I've used InternLM pretty regularly… Heck, Yi 32B was awesome in 2023, as the first decent long context local model.

…The Janus models are actually kind of meh, unless you're captioning images, and FLUX/Hunyuan Video is still king in diffusion world.

[–] [email protected] 1 points 5 hours ago (3 children)

Any use for programming? Preferably local hosting only?

[–] brucethemoose 3 points 5 hours ago* (last edited 5 hours ago) (2 children)

I mean, if you have huge GPU, sure. Or at least 12GB free vram or a big Mac.

Local LLMs for coding is kinda a niche because most people don’t have a 3090 or 7900 lying around, and you really need 12GB+ free VRAM for the models to start being "smart" and even worth using over free LLM APIs, much less cheap paid ones.

But if you do have the hardware and the time to set a server up, the Deepseek R1 models or the FuseAI merges are great for "slow" answers where the model thinks things out for replying. Qwen 2.5 32B coder is great for quick answers on 24GB VRAM. Arcee 14B is great for 12GB VRAM.

Sometimes running a small model on a "fast" less vram efficient backend is better for stuff like cursor code completion.

[–] [email protected] 1 points 1 hour ago

Interesting. Thanks!

[–] Cort 1 points 11 minutes ago

Would a 12g 3060 work?