1. 05 Oct, 2023 2 commits
  2. 20 Sep, 2023 1 commit
    • Funtowicz Morgan's avatar
      Integrate AMD GPU in CI/CD environment (#26007) · 2d71307d
      Funtowicz Morgan authored
      
      
      * Add a Dockerfile for PyTorch + ROCm based on official AMD released artifact
      
      * Add a new artifact single-amdgpu testing on main
      
      * Attempt to test the workflow without merging.
      
      * Changed BERT to check if things are triggered
      
      * Meet the dependencies graph on workflow
      
      * Revert BERT changes
      
      * Add check_runners_amdgpu to correctly mount and check availability
      
      * Rename setup to setup_gpu for CUDA and add setup_amdgpu for AMD
      
      * Fix all the needs.setup -> needs.setup_[gpu|amdgpu] dependencies
      
      * Fix setup dependency graph to use check_runner_amdgpu
      
      * Let's do the runner status check only on AMDGPU target
      
      * Update the Dockerfile.amd to put ourselves in / rather than /var/lib
      
      * Restore the whole setup for CUDA too.
      
      * Let's redisable them
      
      * Change BERT to trigger tests
      
      * Restore BERT
      
      * Add torchaudio with rocm 5.6 to AMD Dockerfile (#26050)
      
      fix dockerfile
      Co-authored-by: default avatarFelix Marty <felix@hf.co>
      
      * Place AMD GPU tests in a separate workflow (correct branch) (#26105)
      
      AMDGPU CI lives in an other workflow
      
      * Fix invalid job name is dependencies.
      
      * Remove tests multi-amdgpu for now.
      
      * Use single-amdgpu
      
      * Use --net=host for now.
      
      * Remote host networking.
      
      * Removed duplicated check_runners_amdgpu step
      
      * Let's tag machine-types with mi210 for now.
      
      * Machine type should be only mi210
      
      * Remove unnecessary push.branches item
      
      * Apply review suggestions moving from `x-amdgpu` to `x-gpu` introducing `amd-gpu` and `miXXX` labels.
      
      * Remove amdgpu from step names.
      
      * finalize
      
      * delete
      
      ---------
      Co-authored-by: default avatarfxmarty <9808326+fxmarty@users.noreply.github.com>
      Co-authored-by: default avatarFelix Marty <felix@hf.co>
      Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
      2d71307d
  3. 24 Aug, 2023 1 commit
  4. 18 Aug, 2023 1 commit
    • Younes Belkada's avatar
      [`PEFT`] Peft integration alternative design (#25077) · faed2ca4
      Younes Belkada authored
      
      
      * a draft version
      
      * v2 integration
      
      * fix
      
      * make it more generic and works for IA3
      
      * add set adapter and multiple adapters support
      
      * fixup
      
      * adapt a bit
      
      * oops
      
      * oops
      
      * oops
      
      * adapt more
      
      * fix
      
      * add more refactor
      
      * now works with model class
      
      * change it to instance method as it causes issues with `jit`.
      
      * add CR
      
      * change method name
      
      * add `add_adapter` method
      
      * clean up
      
      * Update src/transformers/adapters/peft_mixin.py
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      
      * add moe utils
      
      * fixup
      
      * Update src/transformers/adapters/peft_mixin.py
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      
      * adapt
      
      * oops
      
      * fixup
      
      * add is_peft_available
      
      * remove `requires_backend`
      
      * trainer compatibility
      
      * fixup + docstring
      
      * more details
      
      * trigger CI
      
      * Apply suggestions from code review
      
      Co-authored-by: Sylvain Gugger <35901082+sgugger@users...
      faed2ca4
  5. 17 Aug, 2023 1 commit
  6. 10 Aug, 2023 1 commit
  7. 07 Aug, 2023 1 commit
  8. 31 Jul, 2023 1 commit
  9. 13 Jul, 2023 1 commit
  10. 11 Jul, 2023 1 commit
  11. 01 Jul, 2023 1 commit
  12. 30 Jun, 2023 1 commit
  13. 19 Jun, 2023 1 commit
  14. 16 Jun, 2023 1 commit
  15. 19 May, 2023 2 commits
  16. 17 May, 2023 1 commit
  17. 12 May, 2023 2 commits
  18. 11 May, 2023 1 commit
  19. 10 May, 2023 1 commit
  20. 27 Apr, 2023 1 commit
  21. 24 Apr, 2023 1 commit
  22. 19 Apr, 2023 1 commit
  23. 13 Apr, 2023 1 commit
  24. 30 Mar, 2023 1 commit
  25. 24 Mar, 2023 1 commit
  26. 17 Mar, 2023 2 commits
  27. 16 Mar, 2023 1 commit
  28. 13 Mar, 2023 1 commit
  29. 02 Mar, 2023 1 commit
    • amyeroberts's avatar
      Use PyAV instead of Decord in examples (#21572) · 3412f597
      amyeroberts authored
      * Use PyAV instead of Decord
      
      * Get frame indices
      
      * Fix number of frames
      
      * Update src/transformers/models/videomae/image_processing_videomae.py
      
      * Fix up
      
      * Fix copies
      
      * Update timesformer doctests
      
      * Update docstrings
      3412f597
  30. 02 Feb, 2023 1 commit
  31. 04 Jan, 2023 1 commit
  32. 15 Dec, 2022 2 commits
  33. 14 Dec, 2022 1 commit
  34. 13 Dec, 2022 1 commit
  35. 12 Dec, 2022 1 commit