Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmeier/tox-ltt
Install PyTorch distributions with light-the-torch
https://github.com/pmeier/tox-ltt
cuda install light-the-torch pip plugin pytorch tox
Last synced: 10 days ago
JSON representation
Install PyTorch distributions with light-the-torch
- Host: GitHub
- URL: https://github.com/pmeier/tox-ltt
- Owner: pmeier
- License: bsd-3-clause
- Created: 2020-07-13T09:20:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-23T13:37:20.000Z (about 3 years ago)
- Last Synced: 2024-04-25T08:42:54.369Z (7 months ago)
- Topics: cuda, install, light-the-torch, pip, plugin, pytorch, tox
- Language: Python
- Homepage:
- Size: 57.6 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
tox-ltt
=======.. start-badges
.. list-table::
:stub-columns: 1* - package
- |license| |status|
* - code
- |black| |mypy| |lint|
* - tests
- |tests| |coverage|.. end-badges
`tox `_ plugin for
`light-the-torch `_ ... code-block:: sh
$ pip install tox tox-ltt
$ tox --help-ini
disable_light_the_torch default: False
disable installing PyTorch distributions with light-the-torchforce_cpu default: False
force CPU as computation backend
[...].. note::
If you have access to ``tox>=3.2`` you can use ``tox-ltt`` with the ``requires``
keyword:.. code-block::
[tox]
requires =
tox-ltt[textenv]
disable_light_the_torch = False
force_cpu = False.. |license|
image:: https://img.shields.io/badge/License-BSD%203--Clause-blue.svg
:target: https://opensource.org/licenses/BSD-3-Clause
:alt: License.. |status|
image:: https://www.repostatus.org/badges/latest/wip.svg
:alt: Project Status: WIP
:target: https://www.repostatus.org/#wip.. |black|
image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black
:alt: black
.. |mypy|
image:: http://www.mypy-lang.org/static/mypy_badge.svg
:target: http://mypy-lang.org/
:alt: mypy.. |lint|
image:: https://github.com/pmeier/tox-ltt/workflows/lint/badge.svg
:target: https://github.com/pmeier/tox-ltt/actions?query=workflow%3Alint+branch%3Amaster
:alt: Lint status via GitHub Actions.. |tests|
image:: https://github.com/pmeier/tox-ltt/workflows/tests/badge.svg
:target: https://github.com/pmeier/tox-ltt/actions?query=workflow%3Atests+branch%3Amaster
:alt: Test status via GitHub Actions.. |coverage|
image:: https://codecov.io/gh/pmeier/tox-ltt/branch/master/graph/badge.svg
:target: https://codecov.io/gh/pmeier/tox-ltt
:alt: Test coverage via codecov.io