From 24b5fcfd02f0b232b3239ad9300c19daea2752e5 Mon Sep 17 00:00:00 2001 From: Triex Date: Fri, 6 Jun 2025 15:48:21 +1000 Subject: [PATCH] docs: Tidy `experimental/README.md` --- experimental/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/experimental/README.md b/experimental/README.md index dbd9b6f..ab623ce 100644 --- a/experimental/README.md +++ b/experimental/README.md @@ -4,8 +4,8 @@ A high-performance implementation of DeepSeek V3 in [Zig](https://ziglang.org/) > **⚠️ Status: Experimental Foundation** > -> This project provides a **base foundation** for DeepSeek V3 in Zig with: -> - ✅ **Working HTTP server** with OpenAI-compatible API +> This project provides a **theoretical base foundation** for DeepZig V3 with draft implementation: +> - ✅ **HTTP server** with OpenAI-compatible API > - ✅ **SIMD-optimized tensor operations** (AVX2, NEON) > - ✅ **Cross-platform build system** (Zig 0.15.0-dev) > - ✅ **Memory management** and backend architecture