light-the-torch

Install PyTorch distributions with computation backend auto-detection

BSD-3-CLAUSE License

Downloads
5.5K
Stars
218
Committers
5
light-the-torch - Add support for PyTorch LTS

Published by pmeier about 3 years ago

Thanks to @H00N24 light-the-torch now supports PyTorch's LTS releases (#39):

$ ltt install --channel=lts torch
light-the-torch - Fix installation of domain libraries

Published by pmeier about 3 years ago

This release contains two bug fixes:

  1. 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.
  2. 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.
light-the-torch - Fix macOS installation

Published by pmeier over 3 years ago

#33 regressed installation on macOS due to some inconsistencies in PyTorch's naming scheme for earlier versions. #35 fixes this.

light-the-torch - Support for multiple CUDA versions

Published by pmeier over 3 years ago

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!

light-the-torch - v0.3.1

Published by pmeier over 3 years ago

Two minor bug fixes:

  • warn if no PyTorch distribution is found during ltt install (#28)
  • fix extraction logic if a PyTorch distribution is contained in an extra (#29)
light-the-torch - v0.3.0

Published by pmeier over 3 years ago

This release enables to install PyTorch wheels from all channels (stable, test, and nightly) instead of hard-coding the stable channel. (#27)

light-the-torch - v0.2.2

Published by pmeier almost 4 years ago

  • pin pip version to < 20.3 (#23)
light-the-torch - v0.2.1

Published by pmeier almost 4 years ago

  • add initial support for inter PyTorch compatibility (#22 )
light-the-torch - v0.2.0

Published by pmeier over 4 years ago

For this release the CLI was rewritten (#16). Instead of one overloaded command, ltt now has the subcommands install, extract, and find. For details see the README. Furthermore, the minor Python API is now documented (#18).

light-the-torch - v0.1.1

Published by pmeier over 4 years ago

  • include py.typed to comply with PEP561 (#13)
light-the-torch - v0.1.0

Published by pmeier over 4 years ago

Initial release

Package Rankings
Top 6.24% on Pypi.org
Badges
Extracted from project README
BSD-3-Clause License Project Status: WIP Code coverage via codecov.io
Related Projects