❌

Reading view

There are new articles available, click to refresh the page.

Dwarf Star Support for DeepSeek 4.1 Flash on MBPro 128GB

Antirez just landed a commit[1] to the github repo for DwarfStar that adds support for his heavily quantized variant of DeepSeek V4.1 Flash.

He claims it runs with SSD streaming on a macbook pro M5-Max 128 GB laptop. The code was just checked in literally hours ago, so take YMMV quite literally.

[1] https://github.com/antirez/ds4/commit/bd66c402070042bf0a79ad6ece8242de4c93680c


Comments URL: https://news.ycombinator.com/item?id=49672171

Points: 2

# Comments: 0

Show HN: Running 104GB Qwen3.8-Flash-Next on 48GB Mac with at ~12 tok/s

I built slotstream, a way to run Qwen3.8-Flash-Next 4-bit on a low-memory mac starting from 16GB, a 125B parameter model that would need 100GB+ memory/RAM, thanks to expert-offloading/ssd-streaming. Easy to install/update, and mac-native using MLX and Swift.

It ships with auto-mode, which makes a good tradeoff between memory usage and speed. I'll be implementing and porting the MTP module for speculative decoding next


Comments URL: https://news.ycombinator.com/item?id=49524447

Points: 240

# Comments: 118

Show HN: Slotstream, run Qwen3.8-Flash-Next 4-bit on a low-memory Mac

I built slotstream, a way to run Qwen3.8-Flash-Next 4-bit on a low-memory mac starting from 16GB, a 125B parameter model that would need 100GB+ memory/RAM, thanks to expert-offloading/ssd-streaming. Easy to install/update, and mac-native using MLX and Swift.

It ships with auto-mode, which makes a good tradeoff between memory usage and speed.

I'll be implementing and porting the MTP module for speculative decoding next

Local models really are the future of computing!


Comments URL: https://news.ycombinator.com/item?id=49510441

Points: 3

# Comments: 1

African-hosted 4-vCPU / 8-GB / 200-GB VPS for $5.89/month

African developers often deploy workloads in Europe because African compute can be expensive or difficult to access. Sive.Host infrastructure physically hosted on African soil.

R103.08/month currently gets 4 CPU cores, 8 GiB RAM, 200 GB SSD/NVMe, 4 TB bandwidth, 100 Mbps and an IPv4 address. Your larger plans go up to 24 CPU cores / 96 GiB RAM / 700 GB storage. We can price this way because most if not all our input costs are in ZAR, not in USD. The cloud is built and maintained by skilled personell earning in ZAR, the electricity in ZAR, The bandwidth in ZAR, the Data Center in ZAR etc. .. We are lowering the cost to innovation on the continent.

uMsunduzi River Location:Johannesburg, Gauteng, South Africa Network:AS329298 - Sive Setfu ICT Solutions (Pty) Ltd Virtualisation:KVM OS:Ubuntu 24.04.4 LTS Kernel:Linux 6.8.0-137 vCPU:4 cores RAM visible to VM:7.7 GiB Virtual disk:200 GB Root filesystem:193 GB ext4 Sequential disk write:747 MB/s Sequential disk read:1.3 GB/s Ping β†’ Cloudflare 1.1.1.1:1.31 ms average, 0% loss Ping β†’ Google 8.8.8.8:1.68 ms average, 0% loss SHA-256, single process:~444 MB/s at 8K blocks SHA-256, 4 processes:~1.66 GB/s at 8K blocks

What other technical benchmarks would you like to see?


Comments URL: https://news.ycombinator.com/item?id=49506792

Points: 4

# Comments: 1

Show HN: Moe-Direct – MoE Models far larger than your RAM, on a consumer desktop

I wanted to try using the larger models on my computer (32GB RAM, RTX 5080, Gen5 NVMe), but the best I could do was around 30B. So I started with the idea that it might be possible by taking advantage of the fact that MoE models use only some of the experts rather than all of them.

MoE-Direct essentially uses the three layers of SSD, RAM, and VRAM instead of residing entirely in memory, caching only the necessary experts in RAM and making the model usable even with resources far smaller than required.

In my environment, I obtained the following decode results: Kimi K2.6: 1.03 tok/s. Qwen3.5-122B: 5.59–5.69 tok/s, with decode performance about 2.3 times better than plain mmap for the same binary.

The current project is still far from the intended stage of practical use, and there are still many problems that need to be addressed. Since MoE-Direct is still in its early stages and external usability reviews and testing have not yet been conducted, I am very interested in feedback on my project and participation in testing.

(Linux and macOS do not have a test environment available at the moment, so it is only possible on Windows.)


Comments URL: https://news.ycombinator.com/item?id=49492409

Points: 1

# Comments: 0

Ask HN: Why not a utility to save your Mac from a software bug killing your SSD?

As you may know, MacBooks are expensive and an SSD killed by excessive writes due to software bug(s) requires a complete motherboard replacement.

So why not have a utility that would warn you when an app is writing too much? Maybe you could specify a threshold for the warning.

Would you use a utility like this to give you peace of mind, especially with MacBooks?


Comments URL: https://news.ycombinator.com/item?id=49291098

Points: 1

# Comments: 1

❌