logoalt Hacker News

embedding-shapetoday at 5:46 PM2 repliesview on HN

> I am running Qwen3.6-35B-A3B locally on my 16GB mac with 7-9 tokens/second. Link - https://github.com/deepanwadhwa/samosa-chat

It's quite telling you didn't use Qwen3.6-35B-A3B locally to build that, seems there was another collaborator ;)

Show something you've built with the model+tooling instead, truly dogfood it. I'm sure you'll discover things along the way too!


Replies

smith7018today at 5:55 PM

Nothing says they're using Qwen for local development. They could be using it to for conversations, knowledge, or "creative writing."

show 1 reply
dwa3592today at 5:54 PM

>>It's quite telling you didn't use Qwen3.6-35B-A3B locally to build that

that would have run into a race condition unfortunately ;)

but there is a sample landing page + a python function on the repo which shows what the model produced. my goal is to integrate the local model in my workflow so that claude/OAI can call this model for basic stuff.

show 1 reply