1. 12 Nov, 2021 1 commit
    • Anupam Bhatnagar's avatar
      Setup pre-commit github action and apply pre-commit to all files (#849) · 7d7edf6d
      Anupam Bhatnagar authored
      * adding pre-commit files
      
      * applying pre-commit to all files
      
      * adding no-strict-optional argument to mypy in circle ci config
      
      * fix typo
      
      * updating python versions
      
      * [skip ci] remove extra args
      
      * adding python 3.9
      
      * [skip ci] set pre-commit version in requirements-dev.txt
      
      * set CACHE_VERSION
      
      * move linters from circleci to github actions
      
      * update python version
      
      * update python version in benchmarks_2
      
      * moving to python 3.9.7
      7d7edf6d
  2. 12 Aug, 2021 1 commit
  3. 28 Jun, 2021 1 commit
    • Yanli Zhao's avatar
      Make sure requires_grad of FlatParameter to be consistent with requires_grad... · 91c7dd05
      Yanli Zhao authored
      Make sure requires_grad of FlatParameter to be consistent with requires_grad of original parameters (#721)
      
      * Make sure requires_grad of FlatParameter to be consistent with requires_grad of original parameters
      
      * Make sure requires_grad of FlatParameter to be consistent with requires_grad of original parameters
      91c7dd05
  4. 07 May, 2021 1 commit
  5. 05 May, 2021 1 commit
  6. 26 Apr, 2021 1 commit
  7. 19 Apr, 2021 1 commit
    • Min Xu's avatar
      FSDP: fixing training with freezing weights (#614) · 24da3b11
      Min Xu authored
      
      
      * FSDP: fixing training with freezing weights
      
      - an assert is changed to catch this case correctly
      - unit test added (based on Quentin's test code) for this case and
        compare DDP and FSDP
      
      fixes: #610
      
      * added test file to list 1
      
      * Use better and simpler code as suggested by Myle
      
      * testing both methods of freezing as well
      Co-authored-by: default avatarMin Xu <min.xu@acm.org>
      24da3b11