From b1a862818afc1a663c692b02defc63702b3e9411 Mon Sep 17 00:00:00 2001 From: Triex Date: Fri, 6 Jun 2025 16:39:22 +1000 Subject: [PATCH] docs: Tidy README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3579cf..9f9968c 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ A proposal & foundation for implementing DeepSeek V3 in Zig to create a high-performance, web-ready LLM inference engine. This leverages Zig's unique advantages for systems programming while targeting modern deployment scenarios. **Status Update**: ✅ **Foundation compiles cleanly with theoretical implementation** with Zig 0.15.0-dev, including: -- Working HTTP server with modern Zig API + HTTP server with modern Zig API - SIMD-optimized tensor operations - Cross-platform backend architecture - Professional memory management