1. 31 Jan, 2024 1 commit
  2. 11 Dec, 2023 1 commit
    • Ella Charlaix's avatar
      Add deepspeed test to amd scheduled CI (#27633) · 39acfe84
      Ella Charlaix authored
      
      
      * add deepspeed scheduled test for amd
      
      * fix image
      
      * add dockerfile
      
      * add comment
      
      * enable tests
      
      * trigger
      
      * remove trigger for this branch
      
      * trigger
      
      * change runner env to trigger the docker build image test
      
      * use new docker image
      
      * remove test suffix from docker image tag
      
      * replace test docker image with original image
      
      * push new image
      
      * Trigger
      
      * add back amd tests
      
      * fix typo
      
      * add amd tests back
      
      * fix
      
      * comment until docker image build scheduled test fix
      
      * remove deprecated deepspeed build option
      
      * upgrade torch
      
      * update docker & make tests pass
      
      * Update docker/transformers-pytorch-deepspeed-amd-gpu/Dockerfile
      
      * fix
      
      * tmp disable test
      
      * precompile deepspeed to avoid timeout during tests
      
      * fix comment
      
      * trigger deepspeed tests with new image
      
      * comment tests
      
      * trigger
      
      * add sklearn dependency to fix slow tests
      
      * enable back other tests
      
      * final update
      
      ---------
      Co-authored-by: default avatarFelix Marty <felix@hf.co>
      Co-authored-by: default avatarF茅lix Marty <9808326+fxmarty@users.noreply.github.com>
      Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
      39acfe84
  3. 15 Nov, 2023 1 commit
  4. 10 Nov, 2023 1 commit
  5. 31 Oct, 2023 1 commit
  6. 27 Sep, 2023 1 commit
  7. 22 May, 2023 1 commit
  8. 13 Apr, 2023 1 commit
  9. 28 Feb, 2023 1 commit
  10. 06 Dec, 2022 1 commit
  11. 05 Dec, 2022 1 commit
  12. 04 Nov, 2022 1 commit
  13. 12 Oct, 2022 1 commit
  14. 11 Oct, 2022 1 commit
  15. 29 Sep, 2022 1 commit
  16. 26 Sep, 2022 1 commit
  17. 19 Sep, 2022 2 commits
  18. 06 Sep, 2022 1 commit
  19. 02 Sep, 2022 2 commits
  20. 16 Aug, 2022 1 commit
  21. 23 Jun, 2022 1 commit
  22. 18 Jun, 2022 1 commit
  23. 17 Jun, 2022 1 commit
  24. 15 Jun, 2022 2 commits
  25. 09 Jun, 2022 1 commit
  26. 07 Jun, 2022 1 commit
  27. 02 Jun, 2022 2 commits
  28. 17 May, 2022 1 commit
  29. 13 May, 2022 3 commits
  30. 06 May, 2022 1 commit
  31. 02 May, 2022 1 commit
  32. 15 Apr, 2022 1 commit
  33. 23 Mar, 2022 1 commit
  34. 01 Mar, 2022 1 commit
    • Suraj Patil's avatar
      use python 3.7 for flax self-push tests (#15865) · afca0d51
      Suraj Patil authored
      * set python 3.7 for flax tests
      
      * setup-python@v2
      
      * python-dev
      
      * install -y
      
      * python3-dev
      
      * install kenlm from source
      
      * install cython
      
      * cd to kenlm
      
      * kenlm install
      
      * don't install kenlm
      
      * change flax pretrained to run flax tests
      
      * cleanup
      
      * remove python-dev
      afca0d51