Live data from Hacker News

Show HN: Samosa Chat - Run Qwen3.6-35B-A3B Locally on a 16 GB Mac

github.com

1–10 of 10 posts

Re: Show HN: Samosa Chat - Run Qwen3.6-35B-A3B Locally on a 16 GB Mac

#5
Very interesting. I am always curious on llama.cpp and vllm. All the best for samosa inference engine. One reason I am not running local models on my Mac now a days, is My Mac book pro is getting heated more. Otherwise would love to run couple (at least 1 to 3) of local models continuously.

Re: Show HN: Samosa Chat - Run Qwen3.6-35B-A3B Locally on a 16 GB Mac

#6

Very interesting. I am always curious on llama.cpp and vllm. All the best for samosa inference engine. One reason I am not running local models on my Mac now a days, is My Mac book pro is getting heated more. Otherwise would love to run couple (at least 1 to 3) of local models continuously.

>>One reason I am not running local models on my Mac now a days, is My Mac book pro is getting heated more

Samosa was optimized for keeping mac's temp in check. This is one of the important reasons for creating this - no excessive wear/tear to the machine. https://github.com/deepanwadhwa/samosa-chat#the-three-princi...

maybe give it a try and let me know if your macbook is getting heated while running this?

Re: Show HN: Samosa Chat - Run Qwen3.6-35B-A3B Locally on a 16 GB Mac

#7
post #6

Very interesting. I am always curious on llama.cpp and vllm. All the best for samosa inference engine. One reason I am not running local models on my Mac now a days, is My Mac book pro is getting heated more. Otherwise would love to run couple (at least 1 to 3) of local models continuously.

>>One reason I am not running local models on my Mac now a days, is My Mac book pro is getting heated more Samosa was optimized for keeping mac's temp in check. This is one of the important reasons for creating this - no excessive wear/tear to the machine. https://github.com/deepanwadhwa/samosa-chat#the-three-princi... maybe give it a try and let me know if your macbook is getting heated while running this?

Actually quite cool. My mac is not getting heated. will check more. Memory pressure is very low. I see it (memory used) just increased from 22GB to 27Gb(on 48GB pro), while using somosa command(again a very basic test). Not really measured tokens/s, but I see it's reasonable.

Re: Show HN: Samosa Chat - Run Qwen3.6-35B-A3B Locally on a 16 GB Mac

#8
post #6

Earlier quoted context omitted.

>>One reason I am not running local models on my Mac now a days, is My Mac book pro is getting heated more Samosa was optimized for keeping mac's temp in check. This is one of the important reasons for creating this - no excessive wear/tear to the machine. https://github.com/deepanwadhwa/samosa-chat#the-three-princi... maybe give it a try and let me know if your macbook is getting heated while running this?

Actually quite cool. My mac is not getting heated. will check more. Memory pressure is very low. I see it (memory used) just increased from 22GB to 27Gb(on 48GB pro), while using somosa command(again a very basic test). Not really measured tokens/s, but I see it's reasonable.

Thanks for testing. Actually if you open the samosa app; it will show you memory consumption, tokens/sec etc. Let me know what you think.

Re: Show HN: Samosa Chat - Run Qwen3.6-35B-A3B Locally on a 16 GB Mac

#9
post #8

Earlier quoted context omitted.

Actually quite cool. My mac is not getting heated. will check more. Memory pressure is very low. I see it (memory used) just increased from 22GB to 27Gb(on 48GB pro), while using somosa command(again a very basic test). Not really measured tokens/s, but I see it's reasonable.

Thanks for testing. Actually if you open the samosa app; it will show you memory consumption, tokens/sec etc. Let me know what you think.

Great, yes with samosa app can see details, it is 6.52tok/sec, 4.05GB memory. Use case, I have been waiting was to run some agents in my Mac continuously with local models, but without my Mac getting heated. Seems I can experiment with samosa inference engine.