1. 17 Nov, 2023 1 commit
  2. 16 Nov, 2023 4 commits
    • Arthur's avatar
      [`Styling`] stylify using ruff (#27144) · 651408a0
      Arthur authored
      
      
      * try to stylify using ruff
      
      * might need to remove these changes?
      
      * use ruf format andruff check
      
      * use isinstance instead of type comparision
      
      * use # fmt: skip
      
      * use # fmt: skip
      
      * nits
      
      * soem styling changes
      
      * update ci job
      
      * nits isinstance
      
      * more files update
      
      * nits
      
      * more nits
      
      * small nits
      
      * check and format
      
      * revert wrong changes
      
      * actually use formatter instead of checker
      
      * nits
      
      * well docbuilder is overwriting this commit
      
      * revert notebook changes
      
      * try to nuke docbuilder
      
      * style
      
      * fix feature exrtaction test
      
      * remve `indent-width = 4`
      
      * fixup
      
      * more nits
      
      * update the ruff version that we use
      
      * style
      
      * nuke docbuilder styling
      
      * leve the print for detected changes
      
      * nits
      
      * Remove file I/O
      Co-authored-by: default avatarcharliermarsh <charlie.r.marsh@gmail.com>
      
      * style
      
      * nits
      
      * revert notebook changes
      
      * Add # fmt skip when possible
      
      * Add # fmt skip when possible
      
      * Fix
      
      * More `  # fmt: skip` usage
      
      * More `  # fmt: skip` usage
      
      * More `  # fmt: skip` usage
      
      * NIts
      
      * more fixes
      
      * fix tapas
      
      * Another way to skip
      
      * Recommended way
      
      * Fix two more fiels
      
      * Remove asynch
      Remove asynch
      
      ---------
      Co-authored-by: default avatarcharliermarsh <charlie.r.marsh@gmail.com>
      651408a0
    • Lucain's avatar
      Set `usedforsecurity=False` in hashlib methods (FIPS compliance) (#27483) · fd65aa98
      Lucain authored
      * Set usedforsecurity=False in hashlib methods (FIPS compliance)
      
      * trigger ci
      
      * tokenizers version
      
      * deps
      
      * bump hfh version
      
      * let's try this
      fd65aa98
    • Matt's avatar
      Update the TF pin for 2.15 (#27375) · 4989e73e
      Matt authored
      * Move the TF pin for 2.15
      
      * make fixup
      4989e73e
    • Phuc Van Phan's avatar
  3. 15 Nov, 2023 3 commits
  4. 13 Nov, 2023 1 commit
  5. 09 Nov, 2023 3 commits
  6. 08 Nov, 2023 3 commits
  7. 02 Nov, 2023 1 commit
  8. 31 Oct, 2023 1 commit
  9. 30 Oct, 2023 1 commit
  10. 29 Oct, 2023 1 commit
  11. 27 Oct, 2023 1 commit
  12. 26 Oct, 2023 2 commits
  13. 24 Oct, 2023 1 commit
  14. 23 Oct, 2023 1 commit
  15. 19 Oct, 2023 1 commit
    • Matt's avatar
      Pin Keras for now (#26904) · cbd278f0
      Matt authored
      * Pin Keras for now out of paranoia
      
      * Add the keras pin to _tests_requirements.txt too
      
      * Make sure the Keras version matches the TF one
      
      * make fixup
      cbd278f0
  16. 18 Oct, 2023 2 commits
  17. 12 Oct, 2023 1 commit
  18. 11 Oct, 2023 1 commit
  19. 10 Oct, 2023 2 commits
  20. 06 Oct, 2023 1 commit
  21. 04 Oct, 2023 2 commits
  22. 03 Oct, 2023 4 commits
  23. 29 Sep, 2023 1 commit
    • Sanchit Gandhi's avatar
      [Flax Examples] Seq2Seq ASR Fine-Tuning Script (#21764) · 68e85fc8
      Sanchit Gandhi authored
      * from seq2seq speech
      
      * [Flax] Example script for speech seq2seq
      
      * tests and fixes
      
      * make style
      
      * fix: label padding tokens
      
      * fix: label padding tokens over list
      
      * update ln names for Whisper
      
      * try datasets iter loader
      
      * create readme and append results
      
      * style
      
      * make style
      
      * adjust lr
      
      * use pt dataloader
      
      * make fast
      
      * pin gen max len
      
      * finish
      
      * add pt to requirements for test
      
      * fix pt -> torch
      
      * add accelerate
      68e85fc8
  24. 28 Sep, 2023 1 commit