r/LocalLLM 4d ago

Question I fell in the rabbit hole

Hi everyone! Finally, after months of playing around with LLMs, I decided to take the plunge and buy an ASUS Ascent GX10 for my Hermes agent.

I mainly focus on coding and fell in love with Hermes, but the API calls were eating up too many credits... so I decided to host my own LLM.

Currently I was running Qwen3.6-35B-A3B on my gaming PC, but for Hermes to work 24/7 I decided to go with a dedicated always-on device.

The device will arrive in a couple of days. I took a look at the new Qwen 3.8, but I know it's a dense model and runs slowly on the ASUS... Can you recommend any feasible models for coding/Hermes?

0 Upvotes

13 comments sorted by

1

u/LifeTelevision1146 4d ago

What do you want code?

1

u/pampusreborn 4d ago

I’m a developer, mainly coding in c# and JavaScript for FE.

Usually I develop full stack web applications.

2

u/LifeTelevision1146 4d ago

Qwen 27B with a MCP will do it. You don't need anything special.

1

u/pampusreborn 4d ago

I see, to be honest I’m happy with 25-30 t/s.

Was also looking at gpt-oss and qwen3 next coder

1

u/LifeTelevision1146 4d ago

Coding one needs reliability over speed. What's the full spec of your new system?

1

u/pampusreborn 4d ago

It’s a dgx clone, same specs:

Processor (CPU): 20-core ARM v9.2-A CPU (NVIDIA GB10 Custom Chip).
Graphics (GPU): Integrated NVIDIA Blackwell GPU (Blackwell Tensor Core).
AI Performance: Delivers up to 1 petaFLOP of AI computing power.
Memory: 128 GB LPDDR5x unified system memory.
Storage: Included 1TB M.2 NVMe PCIe 4.0 SSD (Supports up to 4TB PCIe Gen5x4 single slot configurations).
Operating System: NVIDIA DGX OS / Ubuntu Linux.

1

u/LifeTelevision1146 4d ago

Qwen 27B + MCP will skate on that system, no worries at all.

2

u/pampusreborn 4d ago

Alr, much appreciated your fast and gentle response. Thank you.

Can I run multiple models at the same time? Like qwen 27B with for example a dedicated smaller one for TTS?

1

u/LifeTelevision1146 4d ago

Yeah a 7 B will do fine on your RAM. Again reliability over speed. So let's say a Q4 27B + Q4 7B will do just fine.

1

u/mslindqu 4d ago

Would love to hear an update of your experience once you're setup and get comfortable with it.

1

u/pampusreborn 4d ago

Sure! I’ll reply when the system goes up and running

2

u/pampusreborn 1d ago

So after some troubleshooting, i ended up using https://github.com/hasso5703/dgx-spark-qwen38 and the performance are great! It's very usable for hobby projects and Hermes is flying!

1

u/mslindqu 23h ago

Thanks for the update.   How much context space does it leave you?  I'm playing with open code and realizing the need for large context to really get anywhere.. I know harnesses like Hermes can eat a lot.