You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,13 +83,13 @@ cargo bench # Benchmarks
83
83
84
84
## Current Status
85
85
86
-
**Alpha** (v0.1.0). Core algorithm implemented and tested with 57 passing tests (unit, differential, property-based, integration). Built on burn 0.20. Suitable for research and experimentation. Not yet suitable for production training at scale.
86
+
**Alpha** (v0.2.0). Core algorithm implemented and tested with 84 passing tests (unit, differential, property-based, integration, doctest). Built on burn 0.20. Serialization (NamedMpk, binary, compact/half-precision) and two-phase inference integrated. Suitable for research and experimentation. Not yet suitable for production training at scale.
87
87
88
88
Known limitations:
89
-
- No weight serialization/loading (safetensors support planned)
90
-
- Two-phase inference optimization is implemented but not integrated into the main forward pass
89
+
- No PyTorch checkpoint import (safetensors format)
0 commit comments