Interests: programming, video games, anime, music composition

I used to be on kbin as e0qdk@kbin.social before it broke down.

  • 2 Posts
  • 9 Comments
Joined 3 years ago
cake
Cake day: November 27th, 2023

help-circle
  • If I understand the nature of your hardware correctly, you should be able to run the MoE models like Gemma4 26B-A4B or Qwen3.6 35B-A3B at a high quantization fairly performantly.

    You could try running some of the dense models (like today’s Qwen 3.8 27B) as well, but I expect they’ll be pretty slow (judging by my own experience with a unified RAM system that has a Strix Halo APU). Might still be useful for tasks that you can leave running on their own for a long time instead of for interactive chat style interaction though.

    You’ve got enough RAM to load larger models, but there hasn’t been much released in between the “it fits on a 24GB or 32GB GPU that a gamer might own” and the “oh god you need HOW MUCH RAM!?” scales lately…



  • In my testing so far, it seems to lean more into “I don’t know” type answers, but I haven’t poked at it that much yet.

    One of the queries that used to consistently trip up Qwen 3.5/3.6 was asking directly about a plausible sounding (but non-existent) work (e.g. Are you familiar with "A Valiant Effort (1989)"?); stock Qwen 3.8 will say it doesn’t know or isn’t sure and ask me for context.






  • Everything runs well if one is patient enough 😂

    I mean, if you’re really patient you can even run with CPU only as long as you have enough RAM… My ~decade old computer with DDR3 RAM gets 14 tok/s prompt processing and ~5 tok/s decode on MoE models (e.g. a Qwen 3.6 35B-A3B variant at Q6_K – my current default model). That pp tok/s is painfully slow… but it still works!

    Same computer, same model but using a discrete GPU that can fit all the weights on the card – ~900 tok/s prompt processing, ~70 tok/s decode.




  • +1 for llmfan46’s heretic variants. I use one of his uncensored Qwen 3.6 35B-A3B variants as my default model.

    rpDungeon’s Luchador models (gemma derived) are also quite interesting – they tend to have better prose quality for creative writing tasks.

    I’ve been curious to try experimenting with using Rudo in particular for making more interesting NPC interactions in a text adventure for a while now, but haven’t gotten to it yet.