Releases: pmeier/light-the-torch
Releases · pmeier/light-the-torch
Support for pip<24.4 and CUDA<=12.6
What's Changed
- always use --index-url by @pmeier in #141
- add support for pytorch-triton by @pmeier in #142
- update README by @pmeier in #144
- add support for newer pip and CUDA computation versions by @jamesobutler in #151
Full Changelog: v0.7.5...v0.8.0
Support for pip==23.2
- add support for pip==23.2 (#139)
Patch more 3rd-party packages
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
- add support for pip==23.1 (#131)
fix local installations
- fix local installations and add CI job (#124)
Support pip==23.0
- Add support for pip==23.0 (#122)
Support for CUDA 12
Support for CUDA 11.7 and 11.8
Support for pip==22.3
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:
v0.5.0rc0
- use PyPI as fallback if stable binaries are not on PyTorch indices (#93)
- improve CLI help messages (#94)
- Update to
pip==22.3
by (#99) - add option to specify computation backend through environment variable by (#102)
If you want to install this version of light-the-torch
, use pip install --pre light-the-torch