v2.0.0 - Candle Migration & New Model Variants
Breaking Changes
- Migrated from
tch-rsto Hugging Face Candle ML framework - API changes:
VarStore→VarMap/VarBuilder, tensor operations now returnResult<T>
New Features
- ITransformer2D: Time token variant with
num_time_tokensparameter for granular temporal attention - ITransformerFFT: Fourier token variant that prepends learnable FFT tokens to the attention sequence
- Hardware acceleration: Added
metal(macOS) andcudafeature flags
Full Changelog: v.1.0.1...v.2.0.0