From 05eaf5c212699fc776f81b9b9456ebda139914e6 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 12 May 2026 07:48:59 -0700 Subject: [PATCH] Fix typos in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ea086b7..a3f9ce14 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # DwarfStar 4 -DrawfStar 4 is a small native inference engine for DeepSeek V4 Flash. It is +DwarfStar 4 is a small native inference engine for DeepSeek V4 Flash. It is intentionally narrow: not a generic GGUF runner, not a wrapper around another runtime, and not a framework. The main path is a DeepSeek V4 Flash-specific Metal and CUDA graph executor with DS4-specific loading, prompt rendering, @@ -11,7 +11,7 @@ the acknowledgements section, a big thank you to Georgi Gerganov and all the other contributors. Now, back at this project. Why we believe DeepSeek v4 Flash to be a pretty special -model deserving a stand alone engine? Because after comparing it with powerful smaller +model deserving a standalone engine? Because after comparing it with powerful smaller dense models, we can report that: 1. DeepSeek v4 Flash is faster because of less active parameters.