1. 20 7月, 2023 1 次提交
  2. 12 7月, 2023 1 次提交
    • M
      Reduce Unit Test Times (Part 3) (#3850) · aef6c65c
      Michael Wyatt 提交于
      * add coverage report
      
      * define env vars in shared action
      
      * reduce time for longest running tests
      
      * fix broken shared action
      
      * reduce test time
      
      * reducing Pipeline test times
      
      * further reducing test times
      
      * rework Z3 test
      
      * testing new mp.pool and persistent dist envs
      
      * fix import
      
      * reuse distributed environment for tests with lots of param combos
      
      * fix for dist teardown
      
      * fix pickling issue with pool cache
      
      * actually fix pickling problem
      
      * avoid running pool cache stuff on non-distributed tests
      
      * fix issues with nested mp.pool
      
      * fix for nested pools in Pipeline Engine
      
      * re-add params
      
      * update workflows with pytest opts
      
      * implement feedback
      
      * resolve race condition with port selection
      
      * Update tests/unit/common.py
      
      ---------
      Co-authored-by: NOlatunji Ruwase <olruwase@microsoft.com>
      aef6c65c
  3. 30 6月, 2023 2 次提交
  4. 24 6月, 2023 1 次提交
  5. 12 5月, 2023 1 次提交
  6. 19 4月, 2023 1 次提交
  7. 14 4月, 2023 1 次提交
  8. 13 4月, 2023 1 次提交
    • L
      Update AMD workflows (#3179) · 9408a866
      Logan Adams 提交于
      * Update AMD workflows
      
      * Update MI200 test flow to use torch latest
      
      * Update tolerances to values that pass (will fix before completing PR)
      
      * Revert chyanges to atol
      
      * Rename workflows
      
      * Fix CI badges
      9408a866
  9. 05 4月, 2023 1 次提交
  10. 22 3月, 2023 2 次提交
  11. 11 2月, 2023 1 次提交
  12. 05 2月, 2023 1 次提交
  13. 18 1月, 2023 1 次提交
  14. 21 12月, 2022 1 次提交
  15. 09 11月, 2022 1 次提交
    • M
      Fix CI issues related to cupy install (#2483) · 521d329b
      Michael Wyatt 提交于
      * remove any cupy install when setting up environments
      
      * revert previous changes to run on cu111 runners
      
      * fix for when no cupy is installed
      
      * remove cupy uninstall for workflows not using latest torch version
      
      * update to cu116 for inference tests
      
      * fix pip uninstall line
      
      * move python environment list to after DS install
      
      * remove cupy uninstall
      
      * re-add --forked
      
      * fix how we get cupy version (should be based on nvcc version)
      521d329b
  16. 14 10月, 2022 1 次提交
  17. 05 10月, 2022 1 次提交
    • M
      Refactor remaining distributed tests (#2216) · ff427438
      Michael Wyatt 提交于
      * batch of refactored tests
      
      * more test refactoring
      
      * fp16 test refactor
      
      * more refactors
      
      * added DistributedFixture class
      
      * applied DistributedFixture to first batch of tests as a trial
      
      * added DistributedFixture test and documentation
      
      * last tests
      
      * fixes for refactored tests
      
      * remove subdirs in workflow files
      
      * fix pytest syntax error
      
      * fix another syntax error
      
      * update imports
      
      * use DistFixture with elastic checkpoint test
      
      * missing import
      
      * update to shared class tmpdir for elastic test
      
      * moved test files
      
      * avoid duplicate test file name
      
      * last refactor and moving test files
      
      * formatting
      
      * fix broken import
      
      * testing forked AMD tests
      
      * update abstract method
      
      * use blob storage for accelerate and transformers tests
      
      * upgrade torch for acclerate CI
      Co-authored-by: NOlatunji Ruwase <olruwase@microsoft.com>
      ff427438
  18. 10 9月, 2022 1 次提交
  19. 11 8月, 2022 1 次提交
  20. 04 8月, 2022 1 次提交
  21. 24 6月, 2022 1 次提交
  22. 16 6月, 2022 1 次提交
  23. 15 6月, 2022 1 次提交
  24. 25 5月, 2022 1 次提交
  25. 19 3月, 2022 1 次提交
    • M
      Add concurrency policy to CI workflow (#1844) · 2e1847d6
      Michael Wyatt 提交于
      * added concurrency to github actions
      
      * fixed problem where one workflow can cancel another workflow
      
      * added tmp file to help test concurrency policy on CI
      
      * removed tmp file to finish testing concurrency policy
      2e1847d6
  26. 15 3月, 2022 1 次提交
  27. 12 12月, 2020 1 次提交
  28. 25 11月, 2020 3 次提交