- 22 Sep, 2021 1 commit
-
-
tmarkstrum authored
* update master branch to main * added FAQ about updating the branch from master to main * fixed some false positive correction * added what is new section * fixed the quoted code area * added release what is new section * added a step in release.md * fixed a word
-
- 18 Aug, 2021 1 commit
-
-
Vittorio Caggiano authored
-
- 10 Aug, 2021 1 commit
-
-
Rahul Iyer authored
Pre-commit hook fails when run on all files for three reasons: (see trace below) 1. Trailing whitespace on multiple files 2. mypy fails to load numpy and then subsequently fails to load LazyModule from pipe.py 3. isort sees issues with known_third_party packages ``` > pre-commit run --all-files Trim Trailing Whitespace.................................................Failed - hook id: trailing-whitespace - exit code: 1 - files were modified by this hook Fixing docs/source/conf.py Fixing fairscale/experimental/nn/auto_shard.py Fixing docs/source/deep_dive/activation_checkpointing.rst Fixing docs/source/tutorials/pipe.rst Fixing docs/source/installation_instructions.rst Fixing docs/source/deep_dive/pipeline_parallelism.rst Fixing docs/source/tutorials/activation_checkpointing.rst Fixing docs/source/tutorials/offload_model.rst Fixing docs/source/deep_dive/oss_sdp_fsdp.rst Fixing docs/source/what_is_fairscale.rst Fixing CHANGELOG.md Fixing fairscale/experimental/nn/offload.py Fixing docs/source/index.rst Fixing docs/source/deep_dive/adascale.rst Fixing README.md Fixing docs/source/tutorials/oss.rst Fixing docs/source/deep_dive/offload.rst Check python ast.........................................................Passed Check for merge conflicts................................................Passed Don't commit to branch...................................................Passed Check for added large files..............................................Passed Fix End of Files.........................................................Failed - hook id: end-of-file-fixer - exit code: 1 - files were modified by this hook Fixing requirements.txt Fixing docs/source/getting_started.rst Fixing docs/source/installation_instructions.rst Fixing codecov.yml Fixing docs/source/deep_dive/adascale.rst Fixing docs/source/tutorials/oss.rst Fixing docs/source/deep_dive/offload.rst black....................................................................Passed flake8...................................................................Passed seed isort known_third_party.............................................Failed - hook id: seed-isort-config - exit code: 1 - files were modified by this hook isort....................................................................Passed mypy.....................................................................Failed - hook id: mypy - exit code: 2 setup.cfg:45: error: Error importing plugin 'numpy.typing.mypy_plugin': No module named 'numpy' Found 1 error in 1 file (checked 197 source files) ```
-
- 12 Jul, 2021 1 commit
-
-
Vittorio Caggiano authored
misspelled name
-
- 28 May, 2021 1 commit
-
-
anj-s authored
* update installation instructions * modify README * fix heading
-
- 15 Apr, 2021 1 commit
-
-
anj-s authored
* modify doc string * add offload docs * add tutorial * remove print * remove print statement * modify import * modify constants * modify README and add Offload symbol * fix lint * smaller mods * lint errors * Update README.md added the references at the bottom of the readme * address comments * doc changes * add blank line Co-authored-by:
Anjali Sridhar <anj@devfair0443.h2.fair> Co-authored-by:
Vittorio Caggiano <caggiano@gmail.com>
-
- 29 Mar, 2021 1 commit
-
-
msbaines authored
-
- 12 Mar, 2021 1 commit
-
-
msbaines authored
-
- 09 Mar, 2021 1 commit
-
-
brett koonce authored
-
- 03 Mar, 2021 1 commit
-
-
Min Xu authored
-
- 27 Feb, 2021 1 commit
-
-
Vittorio Caggiano authored
-
- 26 Feb, 2021 2 commits
-
-
Min Xu authored
-
Vittorio Caggiano authored
* Update README.md
-
- 21 Jan, 2021 1 commit
-
-
Myle Ott authored
-
- 16 Jan, 2021 1 commit
-
-
msbaines authored
-
- 12 Jan, 2021 1 commit
-
-
Min Xu authored
- clarify that per-GPU batch size is not increased with AdaScale.
-
- 16 Dec, 2020 3 commits
-
-
VitaliyLi authored
* Update README.md * Update README.md update capitalization Co-authored-by:Vittorio Caggiano <caggiano@gmail.com>
-
Stas Bekman authored
-
Min Xu authored
* [doc]: AdaScale example and notes * formatted notes correctly as suggested by Benjamin * added feature and unit test to make sure lr_scheduler works * update the example with lr_scheduler * fixed doc with "make html" * addressed Mike's suggestions
-
- 05 Dec, 2020 1 commit
-
-
Benjamin Lefaudeux authored
Thanks Jessica for the heads up !
-
- 04 Dec, 2020 1 commit
-
-
Vittorio Caggiano authored
* add logo * Update README.md Co-authored-by:Vittorio Caggiano <caggiano@fb.com>
-
- 03 Dec, 2020 1 commit
-
-
Min Xu authored
* added AdaScale to README * [adascale] added gradient accumulation - added gradient accumulation - tested with cifar full trainings with different value of accumulation and verified the full accuracy is obtained - also removed the patch optimize flag until we need it * [adascale] adding pytest - added basic and ddp tests and grad_accum - closes #195 * added changelog * added ddp grad_accum test * moved ddp and non-ddp tests into separate files * added checkpoint test * more doc * addressed Mike's comments
-
- 01 Dec, 2020 1 commit
-
-
Benjamin Lefaudeux authored
-
- 24 Nov, 2020 1 commit
-
-
Stas Bekman authored
* make the basic example usable out of the box * clarify
-
- 30 Oct, 2020 1 commit
-
-
msbaines authored
-
- 29 Oct, 2020 1 commit
-
-
msbaines authored
-
- 18 Oct, 2020 1 commit
-
-
Benjamin Lefaudeux authored
* fixing the readme for oss
-
- 16 Oct, 2020 1 commit
-
-
Aurick Qiao authored
* Add implementation of AdaScale * add adascale docs
-
- 24 Sep, 2020 1 commit
-
-
Vittorio Caggiano authored
add badges and link to readthedoc
-
- 17 Sep, 2020 4 commits
-
-
msbaines authored
-
Benjamin Lefaudeux authored
-
Benjamin Lefaudeux authored
-
Benjamin Lefaudeux authored
Add a small tutorial, similar to the OSS README
-
- 14 Sep, 2020 1 commit
-
-
Benjamin Lefaudeux authored
-
- 09 Sep, 2020 1 commit
-
-
msbaines authored
-
- 31 Jul, 2020 1 commit
-
-
Tom Birch authored
-
- 08 Jul, 2020 1 commit
-
-
Mandeep Singh Baines authored
-