From 8aa2785fad9053bc649b4b50b25c11d0a1418543 Mon Sep 17 00:00:00 2001 From: Triex Date: Fri, 6 Jun 2025 16:00:24 +1000 Subject: [PATCH] docs: Tidy `experimental` README status section --- experimental/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/experimental/README.md b/experimental/README.md index 2a6f754..0c8d776 100644 --- a/experimental/README.md +++ b/experimental/README.md @@ -10,8 +10,9 @@ A high-performance implementation of DeepSeek V3 in [Zig](https://ziglang.org/) > - ✅ **Cross-platform build system** (Zig 0.15.0-dev) > - ✅ **Memory management** and backend architecture > -> **Not yet implemented**: Full DeepSeek V3 model architecture, attention mechanisms, MoE routing. -> **Performance Note**: Current implementation uses naive algorithms - matrix multiplication is ~1000x slower than optimized BLAS. See benchmarks below. +> **Not yet implemented**: Full DeepSeek V3 model architecture, attention mechanisms, MoE routing.
+> **Performance Note**: Current implementation uses naive algorithms - matrix multiplication is ~1000x slower than optimized BLAS. See [benchmarks](#benchmarks) below.
+> > See [Development Status](#development-status) for details. ## Overview