"tests/bitsandbytes/README.md" did not exist on "8cf4a6f0a63ed3aeed68192a9304fed2bd0ce100"
  1. 22 Jun, 2021 1 commit
  2. 15 Jun, 2021 1 commit
  3. 06 May, 2021 1 commit
  4. 26 Apr, 2021 1 commit
  5. 21 Apr, 2021 1 commit
  6. 08 Apr, 2021 1 commit
  7. 15 Mar, 2021 1 commit
  8. 09 Mar, 2021 1 commit
  9. 08 Mar, 2021 1 commit
  10. 25 Feb, 2021 1 commit
  11. 15 Feb, 2021 1 commit
  12. 08 Feb, 2021 1 commit
  13. 15 Jan, 2021 1 commit
  14. 14 Jan, 2021 1 commit
  15. 13 Jan, 2021 1 commit
    • Stas Bekman's avatar
      [trainer] deepspeed integration (#9211) · 2df34f4a
      Stas Bekman authored
      
      
      * deepspeed integration
      
      * style
      
      * add test
      
      * ds wants to do its own backward
      
      * fp16 assert
      
      * Update src/transformers/training_args.py
      Co-authored-by: default avatarSylvain Gugger <35901082+sgugger@users.noreply.github.com>
      
      * style
      
      * for clarity extract what args are being passed to deepspeed
      
      * introduce the concept of self.wrapped_model
      
      * s/self.wrapped_model/self.model_wrapped/
      
      * complete transition to self.wrapped_model / self.model
      
      * fix
      
      * doc
      
      * give ds its own init
      
      * add custom overrides, handle bs correctly
      
      * fix test
      
      * clean up model_init logic, fix small bug
      
      * complete fix
      
      * collapse --deepspeed_config into --deepspeed
      
      * style
      
      * start adding doc notes
      
      * style
      
      * implement hf2ds optimizer and scheduler configuration remapping
      
      * oops
      
      * call get_num_training_steps absolutely when needed
      
      * workaround broken auto-formatter
      
      * deepspeed_config arg is no longer needed - fixed in deepspeed master
      
      * use hf's fp16 args in config
      
      * clean
      
      * start on the docs
      
      * rebase cleanup
      
      * finish up --fp16
      
      * clarify the supported stages
      
      * big refactor thanks to discovering deepspeed.init_distributed
      
      * cleanup
      
      * revert fp16 part
      
      * add checkpoint-support
      
      * more init ds into integrations
      
      * extend docs
      
      * cleanup
      
      * unfix docs
      
      * clean up old code
      
      * imports
      
      * move docs
      
      * fix logic
      
      * make it clear which file it's referring to
      
      * document nodes/gpus
      
      * style
      
      * wrong format
      
      * style
      
      * deepspeed handles gradient clipping
      
      * easier to read
      
      * major doc rewrite
      
      * Apply suggestions from code review
      Co-authored-by: default avatarSylvain Gugger <35901082+sgugger@users.noreply.github.com>
      
      * docs
      
      * switch to AdamW optimizer
      
      * style
      
      * Apply suggestions from code review
      Co-authored-by: default avatarLysandre Debut <lysandre@huggingface.co>
      
      * clarify doc
      Co-authored-by: default avatarSylvain Gugger <35901082+sgugger@users.noreply.github.com>
      Co-authored-by: default avatarLysandre Debut <lysandre@huggingface.co>
      2df34f4a
  16. 23 Dec, 2020 1 commit
  17. 22 Dec, 2020 2 commits
  18. 18 Dec, 2020 1 commit
  19. 17 Dec, 2020 1 commit
  20. 11 Dec, 2020 1 commit
  21. 30 Nov, 2020 1 commit
    • Stas Bekman's avatar
      [s2s trainer] fix DP mode (#8823) · 7f34d757
      Stas Bekman authored
      * fix DP case on multi-gpu
      
      * make executable
      
      * test all 3 modes
      
      * use the correct check for distributed
      
      * dp doesn't need a special case
      
      * restore original name
      
      * cleanup
      7f34d757
  22. 23 Nov, 2020 1 commit
  23. 18 Nov, 2020 1 commit
  24. 17 Nov, 2020 1 commit
  25. 08 Nov, 2020 1 commit
  26. 05 Nov, 2020 1 commit
  27. 28 Oct, 2020 1 commit
  28. 26 Oct, 2020 1 commit
  29. 23 Oct, 2020 1 commit
  30. 22 Oct, 2020 1 commit
  31. 17 Oct, 2020 1 commit
  32. 16 Oct, 2020 2 commits
  33. 07 Oct, 2020 1 commit
    • Sylvain Gugger's avatar
      Trainer callbacks (#7596) · 08ba4b49
      Sylvain Gugger authored
      
      
      * Initial callback proposal
      
      * Finish various callbacks
      
      * Post-rebase conflicts
      
      * Fix tests
      
      * Don't use something that's not set
      
      * Documentation
      
      * Remove unwanted print.
      
      * Document all models can work
      
      * Add tests + small fixes
      
      * Update docs/source/internal/trainer_utils.rst
      Co-authored-by: default avatarLysandre Debut <lysandre@huggingface.co>
      
      * Address review comments
      
      * Fix TF tests
      
      * Real fix this time
      
      * This one should work
      
      * Fix typo
      
      * Really fix typo
      Co-authored-by: default avatarLysandre Debut <lysandre@huggingface.co>
      08ba4b49
  34. 04 Oct, 2020 1 commit
  35. 01 Oct, 2020 3 commits
  36. 24 Sep, 2020 1 commit