Skip to content

Releases: KGrewal1/candle-optimisers

v0.8

18 Nov 10:58
b13d454
Compare
Choose a tag to compare

Bump candle deps to v0.8

v0.7.2

05 Oct 11:42
dbbcd66
Compare
Choose a tag to compare
  • Bump candle deps to v0.7.2
  • Update documentation with example of running optimiser

v0.6.0

04 Aug 10:55
v0.6.0
f2a323b
Compare
Choose a tag to compare

Small changes - just bump to new candle

v0.5.0

04 May 21:18
v0.5.0
11655e2
Compare
Choose a tag to compare
  • Update to candle 0.5.0
  • Refactor line search re interior mutability, to ensure correctness

v0.4.0

28 Feb 16:36
v0.4.0
da8b41d
Compare
Choose a tag to compare
  • Bump candle requirtement to 0.4.0: this is considered a breaking change due to the reliance of this library on candle-core and candle-nn
  • Explicit reliance on the candle crates hosted on crates.io : as cargo does not support git dependecies in published crates, this library now points only to the crates.io releases (previously cargo would default to the crates.io instead of git repo anyway: if the git repo is specifically desired this can be obtained by patching the Cargo.toml to point at the candle repo)
  • Remove intel-mkl feature: features in this library are mainly used for running examples: any code that uses this library should instead use the features directly from the candle crates

v0.3.2

07 Jan 15:15
6c78896
Compare
Choose a tag to compare

v0.3.2 (2024-01-07)

  • move directional evaluation into stronge wolfe
  • fix strong wolfe condition when used with weight decay

v0.3.1

20 Dec 16:23
04bb3a6
Compare
Choose a tag to compare

v0.3.1 (2023-12-20)

  • Improved Documentation
  • Add ability to set more optimiser parameters (see issue huggingface/candle#1448 regarding LR schedulers in candle)
  • All params are now Clone, PartialEq and PartialOrd