Releases: pmeier/light-the-torch
Releases · pmeier/light-the-torch
Add support for PyTorch LTS
Fix installation of domain libraries
This release contains two bug fixes:
- The precedence of the
AnyBackend
, i.e. a package that can run on any backend since it contains no compiled code, over the other backends lead to installing very old versions in case the library provided non-compiled binaries at first. #37 fixes this. - The version comparison to select the best installation candidate was based on string comparison, which leads to false results in case one part of the version crosses the single digit threshold. This was fixed in #38.
Fix macOS installation
Support for multiple CUDA versions
This versions adds support for installing any CUDA version that is supported by the nvidia driver rather than only the one that supplies nvcc
. Shoutout to @fepegar for flagging and helping me fixing this!