stoke
stoke copied to clipboard
A lightweight wrapper for PyTorch that provides a simple declarative API for context switching between devices, distributed modes, mixed-precision, and PyTorch extensions.
Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.10.2 to 2.17.5. Commits fe161df Bump pylint to 2.17.5, update changelog (#8887) 50d924b Remove carriage returns from doc file (#8884) (#8886) c6658ba Bump astroid to 2.15.6 (#8849)...
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.12.1 to 4.1.0. Changelog Sourced from pytest-cov's changelog. 4.1.0 (2023-05-24) Updated CI with new Pythons and dependencies. Removed rsyncdir support. This makes pytest-cov compatible with xdist 3.0....
Bumps [isort](https://github.com/pycqa/isort) from 5.9.3 to 5.12.0. Release notes Sourced from isort's releases. 5.12.0 Changes Fix poetry pip-shims extras dependency (#2078) @jooola Add the ability to restrict which directories isort works...
Signed-off-by: Brian Warner --- name: Update the contributor guide about: Merges in language from the new standard template --- ## What does this PR do? Fidelity is updating and standardizing...
Bumps [mpi4py](https://github.com/mpi4py/mpi4py) from 3.0.3 to 3.1.4. Release notes Sourced from mpi4py's releases. 3.1.4 WARNING: This is the last release supporting Python 2. Rebuild C sources with Cython 0.29.32 to support...
Bumps [coveralls](https://github.com/TheKevJames/coveralls-python) from 3.2.0 to 3.3.1. Release notes Sourced from coveralls's releases. 3.3.1 (2021-11-11) Bug Fixes correctly support parallel execution on CircleCI (#336) (https://github.com/TheKevJames/coveralls-python/blob/HEAD/2610885a) Internal exclude a few incompatible coverage...
## Feature Add a class that wraps the torch.scheduler in the same way that the StokeOptimizer wraps the StokeScheduler ## Motivation Although a scheduler can be added and work in...
Portray seems to have limited dev support. Issues with code syntax highlighting haven't been addressed and the autodocs are not picking up `@property` decorated attributes on classes. Suggestion is to...
If running with multiple losses Deepseep will currently fail as `retain_graph` is not passed to the `backward` call within the Deepspeed engine thus preventing multiple backward calls within `stoke`. Please...