This is something that would benefit from Intel Optane memory. Too bad it was killed at the time.
Show HN: Getting GLM 5.2 running on my slow computer
71–80 of 269 posts
Re: Show HN: Getting GLM 5.2 running on my slow computer
#72My main question is whether when put into practical use, this can be measured in tokens/second, or more like 1 token per minute... I have seen locally hosted LLM that are as slow as 1 tok/second still be very useful if you give it a project to do something overnight and metaphorically walk away from it, check back with what it has done in 6 or 8 hours. 0.05 to 0.1 tok/s on the other hand, as reported in the URL for t…
These days, can "ordinary people" afford 24GB of ram and half a TB of NVME ssd?
sigh
Re: Show HN: Getting GLM 5.2 running on my slow computer
#73Re: Show HN: Getting GLM 5.2 running on my slow computer
#74My main question is whether when put into practical use, this can be measured in tokens/second, or more like 1 token per minute... I have seen locally hosted LLM that are as slow as 1 tok/second still be very useful if you give it a project to do something overnight and metaphorically walk away from it, check back with what it has done in 6 or 8 hours. 0.05 to 0.1 tok/s on the other hand, as reported in the URL for t…
Re: Show HN: Getting GLM 5.2 running on my slow computer
#75Pretty cool! I've also been playing around with GLM 5.2 this week and was equally impressed. At work we're running it locally on some crazy expensive hardware as a test before starting another project so it's great to see people taking this massive FOSS model release and running it on an average machine, even if it's not terribly practical at this point. Nice work!
Re: Show HN: Getting GLM 5.2 running on my slow computer
#76I've been going smaller.. I have a custom-quantized Rust port of DiffusionGemma (26B) that seems to perform better (in responses) than benchmarks seemed to indicate and reasonably fast for its model size. Works really well on a 36GB mac as well for both prefill and generation.
It's been interesting learning about the balance of factors for performant metal kernels on unified memory.
Should have a repo up on github in the next few weeks.
Re: Show HN: Getting GLM 5.2 running on my slow computer
#77Re: Show HN: Getting GLM 5.2 running on my slow computer
#78Re: Show HN: Getting GLM 5.2 running on my slow computer
#79My main question is whether when put into practical use, this can be measured in tokens/second, or more like 1 token per minute... I have seen locally hosted LLM that are as slow as 1 tok/second still be very useful if you give it a project to do something overnight and metaphorically walk away from it, check back with what it has done in 6 or 8 hours. 0.05 to 0.1 tok/s on the other hand, as reported in the URL for t…
> on hardware that ordinary people can afford These days, can "ordinary people" afford 24GB of ram and half a TB of NVME ssd? sigh
Re: Show HN: Getting GLM 5.2 running on my slow computer
#80Also in case your CPU is old enough, did you try disabling CPU bug mitigations?