"vscode:/vscode.git/clone" did not exist on "9a9d4d43f6870d5df2076b660144f4f8987fe06b"
  1. 30 Jan, 2023 1 commit
  2. 25 Jan, 2023 1 commit
  3. 07 Oct, 2022 1 commit
    • Sylvain Gugger's avatar
      Rework pipeline tests (#19366) · 9ac586b3
      Sylvain Gugger authored
      * Rework pipeline tests
      
      * Try to fix Flax tests
      
      * Try to put it before
      
      * Use a new decorator instead
      
      * Remove ignore marker since it doesn't work
      
      * Filter pipeline tests
      
      * Woopsie
      
      * Use the fitlered list
      
      * Clean up and fake modif
      
      * Remove init
      
      * Revert fake modif
      9ac586b3
  4. 20 Apr, 2022 1 commit
  5. 23 Feb, 2022 1 commit
  6. 28 Jan, 2022 1 commit
    • Nicolas Patry's avatar
      Fixing support `batch_size` and `num_return_Sequences` in `text-generation` pipeline (#15318) · 06107541
      Nicolas Patry authored
      * Fixing support `batch_size` and `num_return_Sequences` in
      `text-generation` pipeline
      
      And `text2text-generation` too.
      
      The bug was caused by the batch_size containing both the incoming batch
      **and** the generated `num_sequences`.
      
      The fix simply consists into splitting both of these again into
      different dimensions.
      
      * TF support.
      
      * Odd backward compatibility script in the way.
      06107541
  7. 30 Dec, 2021 1 commit
  8. 29 Oct, 2021 1 commit
  9. 26 Aug, 2021 1 commit
  10. 07 Dec, 2020 1 commit
  11. 23 Oct, 2020 1 commit