Skip to content

v.2.0.0

Latest

Choose a tag to compare

@dancixx dancixx released this 10 Jan 15:33

v2.0.0 - Candle Migration & New Model Variants

Breaking Changes

  • Migrated from tch-rs to Hugging Face Candle ML framework
  • API changes: VarStoreVarMap/VarBuilder, tensor operations now return Result<T>

New Features

  • ITransformer2D: Time token variant with num_time_tokens parameter for granular temporal attention
  • ITransformerFFT: Fourier token variant that prepends learnable FFT tokens to the attention sequence
  • Hardware acceleration: Added metal (macOS) and cuda feature flags

Full Changelog: v.1.0.1...v.2.0.0