Skip to content

Releases: rust-dd/iTransformer

v.2.0.0

10 Jan 15:33

Choose a tag to compare

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

v.1.0.1

18 Jan 11:04

Choose a tag to compare

Full Changelog: v.1.0.0...v.1.0.1

v.1.0.0

03 Jan 23:18

Choose a tag to compare

🚀 iTransformer v1.0.0 Release Notes

Full Changelog: https://github.com/rust-dd/iTransformer/commits/v.1.0.0