1. 15 Apr, 2024 2 commits
  2. 12 Apr, 2024 1 commit
    • Younes Belkada's avatar
      ENH: [`CI`] Add new workflow to run slow tests of important models on push... · 2c66600c
      Younes Belkada authored
      
      ENH: [`CI`] Add new workflow to run slow tests of important models on push main if they are modified (#29235)
      
      * v1
      
      * v1
      
      * more changes
      
      * more models
      
      * add more markers
      
      * swtich to A10
      
      * use cache
      
      * Update .github/workflows/push-important-models.yml
      
      * Update .github/workflows/push-important-models.yml
      
      * Update modeling_llama.py
      
      * test
      
      * test
      
      * another test
      
      * test
      
      * test
      
      * attempt to fix
      
      * fix
      
      * try automatic tagging
      
      * fix
      
      * alternative approach for collecting
      
      * fix
      
      * fix
      
      * fix
      
      * test
      
      * fix
      
      * fix
      
      * test
      
      * revert some changes
      
      * fix
      
      * fix
      
      * fix
      
      * final push
      
      * fix
      
      * revert
      
      * test new slack message
      
      * oops
      
      * Update send-slack.yml
      
      * test
      
      * test re-usable workflow in steps
      
      * Update action.yml
      
      * test
      
      * another test
      
      * test
      
      * another test
      
      * test
      
      * another test
      
      * another test (hopefully last one)
      
      * attempt to fix
      
      * allez
      
      * removing comma
      
      * test
      
      * another test
      
      * attempt
      
      * test
      
      * test
      
      * test push
      
      * test
      
      * test
      
      * another test
      
      * test
      
      * make it better
      
      * fix commas
      
      * valid json
      
      * test
      
      * another test
      
      * test
      
      * final push
      
      * test
      
      * final push
      
      * more customizable messages
      
      * test
      
      * push
      
      * oops
      
      * another test
      
      * another test
      
      * missing indentation
      
      * more tweaks
      
      * more tweaks
      
      * another test
      
      * another test
      
      * tests
      
      * final push
      
      * use global variables instead
      
      * Update .github/workflows/push-important-models.yml
      
      * Apply suggestions from code review
      Co-authored-by: default avatarArthur <48595927+ArthurZucker@users.noreply.github.com>
      
      * commit to test all models
      
      * issue with arrays
      
      * another test
      
      * attempt to fix failing tests
      
      * Update .github/workflows/push-important-models.yml
      
      * add ssh
      
      * Update .github/workflows/push-important-models.yml
      
      * test
      
      * test
      
      * add install curl
      
      * attempt to fix
      
      * final fix
      
      * test
      
      * test
      
      * test
      
      * fix test
      
      * another test
      
      * add inherit secrets
      
      * push
      
      * revert unneeded changes
      
      * revert
      
      * add env variables
      
      * add pip freeze
      
      * revert change in gemma
      
      * Update .github/workflows/push-important-models.yml
      
      * fix mistral and mixtral
      
      * add pdb
      
      * fix mixtral tesst
      
      * fix
      
      * fix mistral ?
      
      * add fix gemma
      
      * fix mistral
      
      * fix
      
      * test
      
      * anoter test
      
      * fix
      
      * fix
      
      * fix mistral tests
      
      * fix them again
      
      * final fixes for mistral
      
      * fix padding right
      
      * fix whipser fa2
      
      * fix
      
      * fix
      
      * fix gemma
      
      * test
      
      * fix llama
      
      * fix
      
      * fix
      
      * fix llama gemma
      
      * add class attribute
      
      * fix CI
      
      * clarify whisper
      
      * compute_capability
      
      * rename names in some comments
      
      * Add   # fmt: skip
      
      * make style
      
      * Update tests/models/mistral/test_modeling_mistral.py
      Co-authored-by: default avatarArthur <48595927+ArthurZucker@users.noreply.github.com>
      
      * update
      
      * update
      
      * change branch
      
      * correct workflow
      
      * modify file
      
      * test
      
      * works
      
      * final test
      
      * another fix
      
      * install sudo
      
      * final fix
      
      * add `-y`
      
      * set to `main`
      
      * Update .github/actions/post-slack/action.yml
      Co-authored-by: default avataramyeroberts <22614925+amyeroberts@users.noreply.github.com>
      
      * change title
      
      * fixup
      
      * add upload report
      
      * fix
      
      * revert to main
      
      * add empty lines + add comment
      
      ---------
      Co-authored-by: default avatarArthur <48595927+ArthurZucker@users.noreply.github.com>
      Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
      Co-authored-by: default avatarYih-Dar <2521628+ydshieh@users.noreply.github.com>
      Co-authored-by: default avataramyeroberts <22614925+amyeroberts@users.noreply.github.com>
      2c66600c
  3. 11 Apr, 2024 1 commit
  4. 10 Apr, 2024 1 commit
  5. 09 Apr, 2024 2 commits
    • Marc Sun's avatar
      [CI] Fix setup (#30147) · 6cdbd73e
      Marc Sun authored
      * [CI] fix setup
      
      * fix
      
      * test
      
      * Revert "test"
      
      This reverts commit 7df416d45074439e2fa1b78afd24eacf37ce072f.
      6cdbd73e
    • Marc Sun's avatar
      Fix quantization tests (#29914) · 58a939c6
      Marc Sun authored
      * revert back to torch 2.1.1
      
      * run test
      
      * switch to torch 2.2.1
      
      * udapte dockerfile
      
      * fix awq tests
      
      * fix test
      
      * run quanto tests
      
      * update tests
      
      * split quantization tests
      
      * fix
      
      * fix again
      
      * final fix
      
      * fix report artifact
      
      * build docker again
      
      * Revert "build docker again"
      
      This reverts commit 399a5f9d9308da071d79034f238c719de0f3532e.
      
      * debug
      
      * revert
      
      * style
      
      * new notification system
      
      * testing notfication
      
      * rebuild docker
      
      * fix_prev_ci_results
      
      * typo
      
      * remove warning
      
      * fix typo
      
      * fix artifact name
      
      * debug
      
      * issue fixed
      
      * debug again
      
      * fix
      
      * fix time
      
      * test notif with faling test
      
      * typo
      
      * issues again
      
      * final fix ?
      
      * run all quantization tests again
      
      * remove name to clear space
      
      * revert modfiication done on workflow
      
      * fix
      
      * build docker
      
      * build only quant docker
      
      * fix quantization ci
      
      * fix
      
      * fix report
      
      * better quantization_matrix
      
      * add print
      
      * revert to the basic one
      58a939c6
  6. 05 Apr, 2024 1 commit
  7. 26 Mar, 2024 1 commit
  8. 22 Mar, 2024 1 commit
  9. 20 Mar, 2024 1 commit
  10. 28 Feb, 2024 1 commit
    • Marc Sun's avatar
      [CI] Quantization workflow (#29046) · f54d82ca
      Marc Sun authored
      
      
      * [CI] Quantization workflow
      
      * build dockerfile
      
      * fix dockerfile
      
      * update self-cheduled.yml
      
      * test build dockerfile on push
      
      * fix torch install
      
      * udapte to python 3.10
      
      * update aqlm version
      
      * uncomment build dockerfile
      
      * tests if the scheduler works
      
      * fix docker
      
      * do not trigger on psuh again
      
      * add additional runs
      
      * test again
      
      * all good
      
      * style
      
      * Update .github/workflows/self-scheduled.yml
      Co-authored-by: default avatarYounes Belkada <49240599+younesbelkada@users.noreply.github.com>
      
      * test build dockerfile with torch 2.2.0
      
      * fix extra
      
      * clean
      
      * revert changes
      
      * Revert "revert changes"
      
      This reverts commit 4cb52b8822da9d1786a821a33e867e4fcc00d8fd.
      
      * revert correct change
      
      ---------
      Co-authored-by: default avatarYounes Belkada <49240599+younesbelkada@users.noreply.github.com>
      f54d82ca
  11. 26 Feb, 2024 1 commit
  12. 23 Feb, 2024 1 commit
  13. 09 Feb, 2024 1 commit
  14. 31 Jan, 2024 2 commits
  15. 15 Jan, 2024 1 commit
  16. 11 Jan, 2024 1 commit
  17. 10 Jan, 2024 2 commits
  18. 03 Jan, 2024 1 commit
  19. 14 Dec, 2023 1 commit
  20. 11 Dec, 2023 2 commits
  21. 07 Dec, 2023 1 commit
  22. 06 Dec, 2023 1 commit
  23. 04 Dec, 2023 1 commit
  24. 30 Nov, 2023 1 commit
  25. 28 Nov, 2023 1 commit
  26. 27 Nov, 2023 1 commit
  27. 21 Nov, 2023 1 commit
  28. 17 Nov, 2023 1 commit
  29. 16 Nov, 2023 1 commit
  30. 15 Nov, 2023 1 commit
  31. 10 Nov, 2023 1 commit
  32. 08 Nov, 2023 1 commit
  33. 06 Nov, 2023 1 commit
  34. 02 Nov, 2023 1 commit
  35. 31 Oct, 2023 1 commit