1. 03 Jul, 2024 1 commit
    • jiqing-feng's avatar
      fix assisted decoding (#31401) · 7f91f168
      jiqing-feng authored
      * fix assisted decoding
      
      * check None
      
      * fix typo
      
      * fix _prepare_special_tokens
      
      * fix style
      
      * fix lint
      
      * add tests for assisted decoding
      
      * fix style
      
      * fix tests check
      7f91f168
  2. 02 Jul, 2024 4 commits
  3. 28 Jun, 2024 2 commits
  4. 27 Jun, 2024 4 commits
  5. 26 Jun, 2024 7 commits
  6. 25 Jun, 2024 4 commits
  7. 24 Jun, 2024 3 commits
  8. 21 Jun, 2024 2 commits
  9. 20 Jun, 2024 3 commits
  10. 19 Jun, 2024 4 commits
  11. 18 Jun, 2024 2 commits
  12. 17 Jun, 2024 4 commits
    • Ella Charlaix's avatar
      馃毃 Remove dataset with restrictive license (#31452) · 02300273
      Ella Charlaix authored
      remove dataset with restrictive license
      02300273
    • Albert Villanova del Moral's avatar
      Pass datasets trust_remote_code (#31406) · a14b055b
      Albert Villanova del Moral authored
      * Pass datasets trust_remote_code
      
      * Pass trust_remote_code in more tests
      
      * Add trust_remote_dataset_code arg to some tests
      
      * Revert "Temporarily pin datasets upper version to fix CI"
      
      This reverts commit b7672826.
      
      * Pass trust_remote_code in librispeech_asr_dummy docstrings
      
      * Revert "Pin datasets<2.20.0 for examples"
      
      This reverts commit 833fc17a.
      
      * Pass trust_remote_code to all examples
      
      * Revert "Add trust_remote_dataset_code arg to some tests" to research_projects
      
      * Pass trust_remote_code to tests
      
      * Pass trust_remote_code to docstrings
      
      * Fix flax examples tests requirements
      
      * Pass trust_remote_dataset_code arg to tests
      
      * Replace trust_remote_dataset_code with trust_remote_code in one example
      
      * Fix duplicate trust_remote_code
      
      * Replace args.trust_remote_dataset_code with args.trust_remote_code
      
      * Replace trust_remote_dataset_code with trust_remote_code in parser
      
      * Replace trust_remote_dataset_code with trust_remote_code in dataclasses
      
      * Replace trust_remote_dataset_code with trust_remote_code arg
      a14b055b
    • Bastien Le Chenadec's avatar
      Support multiple validation datasets when `dataloader_persistent_workers=True` (#30627) · 485fd814
      Bastien Le Chenadec authored
      * Support multiple validation datasets when dataloader_persistent_workers=True
      
      * Test support of multiple validation datasets
      485fd814
    • Fanli Lin's avatar
      [tests] make `TestDeepSpeedModelZoo` device-agnostic (#31402) · 9454f437
      Fanli Lin authored
      * fix
      
      * use accelerator device count
      
      * ci fix
      9454f437