1. 05 Apr, 2024 1 commit
  2. 18 Mar, 2024 1 commit
  3. 15 Mar, 2024 2 commits
  4. 11 Mar, 2024 1 commit
  5. 16 Feb, 2024 1 commit
  6. 28 Nov, 2023 1 commit
  7. 16 Nov, 2023 1 commit
    • 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
  8. 09 Nov, 2023 1 commit
  9. 03 Nov, 2023 1 commit
  10. 31 Oct, 2023 1 commit
  11. 29 Aug, 2023 1 commit
  12. 23 Aug, 2023 1 commit
  13. 21 Aug, 2023 1 commit
  14. 17 Aug, 2023 1 commit
    • Sylvain Gugger's avatar
      More utils doc (#25457) · 2defb6b0
      Sylvain Gugger authored
      * Document and clean more utils.
      
      * More documentation and fixes
      
      * Switch to Lysandre's token
      
      * Address review comments
      
      * Actually put else
      2defb6b0
  15. 16 Aug, 2023 1 commit
  16. 11 Aug, 2023 1 commit
  17. 10 Aug, 2023 1 commit
  18. 11 Jul, 2023 1 commit
  19. 27 Jun, 2023 1 commit
  20. 20 Jun, 2023 1 commit
  21. 07 Jun, 2023 1 commit
  22. 06 Jun, 2023 1 commit
  23. 31 May, 2023 1 commit
  24. 25 May, 2023 1 commit
  25. 16 May, 2023 1 commit
  26. 15 May, 2023 1 commit
  27. 12 May, 2023 1 commit
  28. 11 May, 2023 1 commit
  29. 17 Apr, 2023 1 commit
  30. 31 Mar, 2023 1 commit
    • Sylvain Gugger's avatar
      Test fetch v2 (#22367) · c6126280
      Sylvain Gugger authored
      
      
      * Test fetcher v2
      
      * Fix regexes
      
      * Remove sanity check
      
      * Fake modification to OPT
      
      * Fixes some .sep issues
      
      * Remove fake OPT change
      
      * Fake modif for BERT
      
      * Fake modif for init
      
      * Exclude SageMaker tests
      
      * Fix test and remove fake modif
      
      * Fake setup modif
      
      * Fake pipeline modif
      
      * Remove all fake modifs
      
      * Adds options to skip/force tests
      
      * [test-all-models] Fake modif for BERT
      
      * Try this way
      
      * Does the command actually work?
      
      * [test-all-models] Try again!
      
      * [skip circleci] Remove fake modif
      
      * Remove debug statements
      
      * Add the list of important models
      
      * Quality
      
      * Update utils/tests_fetcher.py
      Co-authored-by: default avatarLysandre Debut <lysandre.debut@reseau.eseo.fr>
      
      * Address review comments
      
      * Address review comments
      
      * Fix and add test
      
      * Apply suggestions from code review
      Co-authored-by: default avatarYih-Dar <2521628+ydshieh@users.noreply.github.com>
      
      * Address review comments
      
      ---------
      Co-authored-by: default avatarLysandre Debut <lysandre.debut@reseau.eseo.fr>
      Co-authored-by: default avatarYih-Dar <2521628+ydshieh@users.noreply.github.com>
      c6126280
  31. 28 Feb, 2023 1 commit
    • Yih-Dar's avatar
      🔥Rework pipeline testing by removing `PipelineTestCaseMeta` 🚀 (#21516) · 871c31a6
      Yih-Dar authored
      
      
      * Add PipelineTesterMixin
      
      * remove class PipelineTestCaseMeta
      
      * move validate_test_components
      
      * Add for ViT
      
      * Add to SPECIAL_MODULE_TO_TEST_MAP
      
      * style and quality
      
      * Add feature-extraction
      
      * update
      
      * raise instead of skip
      
      * add tiny_model_summary.json
      
      * more explicit
      
      * skip tasks not in mapping
      
      * add availability check
      
      * Add Copyright
      
      * A way to diable irrelevant tests
      
      * update with main
      
      * remove disable_irrelevant_tests
      
      * skip tests
      
      * better skip message
      
      * better skip message
      
      * Add all pipeline task tests
      
      * revert
      
      * Import PipelineTesterMixin
      
      * subclass test classes with PipelineTesterMixin
      
      * Add pipieline_model_mapping
      
      * Fix import after adding pipieline_model_mapping
      
      * Fix style and quality after adding pipieline_model_mapping
      
      * Fix one more import after adding pipieline_model_mapping
      
      * Fix style and quality after adding pipieline_model_mapping
      
      * Fix test issues
      
      * Fix import requirements
      
      * Fix mapping for MobileViTModelTest
      
      * Update
      
      * Better skip message
      
      * pipieline_model_mapping could not be None
      
      * Remove some PipelineTesterMixin
      
      * Fix typo
      
      * revert tests_fetcher.py
      
      * update
      
      * rename
      
      * revert
      
      * Remove PipelineTestCaseMeta from ZeroShotAudioClassificationPipelineTests
      
      * style and quality
      
      * test fetcher for all pipeline/model tests
      
      ---------
      Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
      871c31a6
  32. 22 Feb, 2023 1 commit
  33. 01 Feb, 2023 1 commit
  34. 31 Jan, 2023 1 commit
  35. 23 Jan, 2023 1 commit
    • amyeroberts's avatar
      Add test_image_processing_common.py (#20785) · 66459ce3
      amyeroberts authored
      * Add test_image_processing_common.py
      
      * Fix typo
      
      * Update imports and test fetcher
      
      * Revert but keep test fetcher update
      
      * Fix imports
      
      * Fix all imports
      
      * Formatting fix
      
      * Update tests/test_image_processing_common.py
      66459ce3
  36. 07 Dec, 2022 1 commit
  37. 18 Oct, 2022 2 commits
    • Sylvain Gugger's avatar
      Remove debug statement · ebee0a27
      Sylvain Gugger authored
      ebee0a27
    • Sylvain Gugger's avatar
      Repo utils test (#19696) · a929f81e
      Sylvain Gugger authored
      * Create repo utils test job
      
      * Last occurence
      
      * Add tests for tests_fetcher
      
      * Better filtering
      
      * Let's learn more
      
      * Should fix
      
      * Should fix
      
      * Remove debug
      
      * Style
      
      * WiP
      
      WiP
      
      WiP
      
      WiP
      
      WiP
      
      WiP
      
      WiP
      
      WiP
      
      WiP
      
      * Quality
      
      * address review comments
      
      * Fix link
      a929f81e
  38. 12 Oct, 2022 1 commit