Expand description
RWKV7 training (byte-level) implemented in Rust.
This module trains a RWKV7 model that is weight-compatible with the
SIMD inference path in crate::rwkv7::Model by exporting the same
safetensors keys & shapes.
Design goals:
- Correctness first: math matches
src/rwkv7/model.rs - GPU acceleration via libtorch (tch) when available
- Small-model friendliness (<10M params) with stable defaults
Structs§
Functions§
- cuda_
wkv_ available - Check if CUDA WKV kernel is available
- train_
enwik8