1. 01 Nov, 2022 1 commit
  2. 10 Oct, 2022 1 commit
  3. 05 Oct, 2022 1 commit
  4. 03 Oct, 2022 1 commit
  5. 14 Sep, 2022 1 commit
  6. 13 Sep, 2022 1 commit
  7. 24 Aug, 2022 1 commit
  8. 22 Aug, 2022 1 commit
  9. 18 Aug, 2022 1 commit
  10. 08 Aug, 2022 1 commit
    • Rasmus Arpe Fogh Jensen's avatar
      Update no_trainer.py scripts to include accelerate gradient accumulation wrapper (#18473) · a765b68a
      Rasmus Arpe Fogh Jensen authored
      * Added accelerate gradient accumulation wrapper to run_image_classification_no_trainer.py example script
      
      * make fixup changes
      
      * PR comments
      
      * changed input to Acceletor based on PR comment, ran make fixup
      
      * Added comment explaining the sync_gradients statement
      
      * Fixed lr scheduler max steps
      
      * Changed run_clm_no_trainer.py script to use accelerate gradient accum wrapper
      
      * Fixed all scripts except wav2vec2 pretraining to use accelerate gradient accum wrapper
      
      * Added accelerate gradient accum wrapper for wav2vec2_pretraining_no_trainer.py script
      
      * make fixup and lr_scheduler step inserted back into run_qa_beam_search_no_trainer.py
      
      * removed changes to run_wav2vec2_pretraining_no_trainer.py script and fixed using wrong constant in qa_beam_search_no_trainer.py script
      a765b68a
  11. 06 Aug, 2022 1 commit
  12. 01 Aug, 2022 2 commits
  13. 29 Jul, 2022 1 commit
  14. 27 Jul, 2022 1 commit
  15. 18 Jul, 2022 2 commits
  16. 13 Jul, 2022 1 commit
  17. 06 Jul, 2022 1 commit
  18. 23 Jun, 2022 1 commit
  19. 16 Jun, 2022 1 commit
  20. 07 Jun, 2022 1 commit
    • Sylvain Gugger's avatar
      Add examples telemetry (#17552) · 3cab9027
      Sylvain Gugger authored
      * Add examples telemetry
      
      * Alternative approach
      
      * Add to all other examples
      
      * Add to templates as well
      
      * Put framework separately
      
      * Same for TensorFlow
      3cab9027
  21. 27 May, 2022 1 commit
  22. 18 May, 2022 1 commit
  23. 12 May, 2022 2 commits
  24. 09 May, 2022 1 commit
  25. 02 May, 2022 2 commits
  26. 27 Apr, 2022 2 commits
  27. 20 Apr, 2022 1 commit
  28. 13 Apr, 2022 1 commit
  29. 11 Apr, 2022 1 commit
  30. 08 Apr, 2022 1 commit
  31. 06 Apr, 2022 2 commits
  32. 04 Apr, 2022 1 commit
  33. 30 Mar, 2022 1 commit
  34. 23 Mar, 2022 1 commit
    • Sylvain Gugger's avatar
      Reorganize file utils (#16264) · 4975002d
      Sylvain Gugger authored
      * Split file_utils in several submodules
      
      * Fixes
      
      * Add back more objects
      
      * More fixes
      
      * Who exactly decided to import that from there?
      
      * Second suggestion to code with code review
      
      * Revert wront move
      
      * Fix imports
      
      * Adapt all imports
      
      * Adapt all imports everywhere
      
      * Revert this import, will fix in a separate commit
      4975002d