docs: Tidy experimental README status section

This commit is contained in:
Triex 2025-06-06 16:00:24 +10:00
parent 16fec1d4e9
commit 8aa2785fad

View File

@ -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) > - ✅ **Cross-platform build system** (Zig 0.15.0-dev)
> - ✅ **Memory management** and backend architecture > - ✅ **Memory management** and backend architecture
> >
> **Not yet implemented**: Full DeepSeek V3 model architecture, attention mechanisms, MoE routing. > **Not yet implemented**: Full DeepSeek V3 model architecture, attention mechanisms, MoE routing.<br/>
> **Performance Note**: Current implementation uses naive algorithms - matrix multiplication is ~1000x slower than optimized BLAS. See benchmarks below. > **Performance Note**: Current implementation uses naive algorithms - matrix multiplication is ~1000x slower than optimized BLAS. See [benchmarks](#benchmarks) below.<br/>
>
> See [Development Status](#development-status) for details. > See [Development Status](#development-status) for details.
## Overview ## Overview