Skip to content

Releases: Slicer/light-the-torch

v0.8.1

Choose a tag to compare

@lassoan lassoan released this 10 May 05:24

What's Changed

Full Changelog: v0.8.0...v0.8.1

Support for pip<24.4 and CUDA<=12.6

Choose a tag to compare

@pmeier pmeier released this 15 Dec 16:11
33397cb

What's Changed

Full Changelog: v0.7.5...v0.8.0

Support for pip==23.2

Choose a tag to compare

@pmeier pmeier released this 17 Jul 08:22
d914a8e
  • add support for pip==23.2 (#139)

Patch more 3rd-party packages

Choose a tag to compare

@pmeier pmeier released this 16 May 07:56
20a7575

A lot of Nvidia packages as well as fsspec made it onto the PyTorch indices. light-the-torch now handles them correctly (#137)

Support for pip==23.1

Choose a tag to compare

@pmeier pmeier released this 24 Apr 08:53
056e930
  • add support for pip==23.1 (#131)

fix local installations

Choose a tag to compare

@pmeier pmeier released this 21 Mar 09:13
bf847ed
  • fix local installations and add CI job (#124)

Support pip==23.0

Choose a tag to compare

@pmeier pmeier released this 31 Jan 10:54
1349c81
  • Add support for pip==23.0 (#122)

Support for CUDA 12

Choose a tag to compare

@pmeier pmeier released this 19 Jan 13:52
f7b454a
  • Add support for CUDA 12 @jamesobutler (#110)
  • Fix minimum required driver versions for CUDA 11 (#111)
  • Mitigate risk of supply chain attacks (#115, #118)
  • Drop support for PyTorch LTS (#116)

Support for CUDA 11.7 and 11.8

Choose a tag to compare

@pmeier pmeier released this 23 Dec 20:47
33417c2
  • Add support for CUDA 11.7 and 11.8 by @lassoan (#108)
  • Add support for pip==22.3.1 (#105)

Support for pip==22.3

Choose a tag to compare

@pmeier pmeier released this 25 Oct 11:59
8e37c9b

This release is needed since pip==22.3 breaks previous light-the-torch versions. Compatibility was fixed in #99.

Apart from that, this release brings a few other quality-of-life improvements:

  • use PyPI as fallback if stable binaries are not on PyTorch indices (#93)
  • improve CLI help messages (#94)
  • add option to specify computation backend through environment variable (#102)