1. 08 Mar, 2023 2 commits
  2. 01 Mar, 2023 2 commits
  3. 22 Feb, 2023 1 commit
  4. 21 Feb, 2023 1 commit
  5. 17 Feb, 2023 2 commits
  6. 14 Feb, 2023 1 commit
  7. 01 Feb, 2023 1 commit
  8. 27 Jan, 2023 1 commit
  9. 20 Dec, 2022 1 commit
    • Philip Meier's avatar
      migrate prototype CI to Nova (#7037) · 9851a69f
      Philip Meier authored
      * improve prototype GPU CI config
      
      * consolidate CPU and GPU prototype workflows
      
      * [REVERTME] deactivate other CI
      
      * syntax
      
      * fix name
      
      * fix echo mutex
      
      * style
      
      * fix runner
      
      * add jobname
      
      * run all prototype tests
      
      * fix mutex echo
      
      * cleanup
      
      * Revert "[REVERTME] deactivate other CI"
      
      This reverts commit c931ff2c27bbc2b04324b777ae39a6fc25e50b8a.
      
      * remove old workflows
      
      * use free GHA runner for CPU tests
      
      * Revert "use free GHA runner for CPU tests"
      
      This reverts commit a209b31387d9d14bc6446743587db244bccc2106.
      
      * [REVERTME] turn warnings into errors
      
      * try fix test warnings
      
      * fix module import in tests
      
      * revert
      
      * int -> float
      
      * [REVERTME] why do we have to mark as safe?
      9851a69f
  10. 12 Dec, 2022 1 commit
  11. 09 Dec, 2022 1 commit
    • vfdev's avatar
      [proto][ci] Try add GPU ci for prototype transforms (#6919) · 677fc939
      vfdev authored
      
      
      * Try add GPU ci for prototype transforms
      
      * Update prototype-transforms-tests-linux-gpu.yml
      
      * Update prototype-transforms-tests-linux-gpu.yml
      
      * Update prototype-transforms-tests-linux-gpu.yml
      
      * Update prototype-transforms-tests-linux-gpu.yml
      
      * Update prototype-transforms-tests-linux-gpu.yml
      
      * add small tolerance for adjust_contrast on CUDA
      
      * [skip-ci] update
      Co-authored-by: default avatarPhilip Meier <github.pmeier@posteo.de>
      677fc939
  12. 08 Dec, 2022 1 commit
  13. 07 Dec, 2022 1 commit
  14. 06 Dec, 2022 1 commit
  15. 05 Dec, 2022 1 commit
  16. 30 Nov, 2022 2 commits
    • Omkar Salpekar's avatar
      a718345a
    • Omkar Salpekar's avatar
      [Nova] Fix extensions in wheels build (#6972) · 474d87b8
      Omkar Salpekar authored
      * Fix extensions in wheels build
      
      * pass pre-script from caller
      
      * add pre-script to run relocate on wheel
      
      * install auditwheel for relocate
      
      * reorder numpy install
      
      * use jpeg80 for py3.9 and py3.10 mac builds
      
      * revert back to jpeg9
      
      * printing the found jpeg libs during build time and reintro circle for comparison
      
      * more debug logs, remove extra linux builds
      
      * typo fix
      
      * brew uninstall conflicting jpeg libraries on mac machines
      
      * fix path for unittests
      
      * ufmt
      474d87b8
  17. 21 Nov, 2022 1 commit
  18. 11 Nov, 2022 1 commit
    • Philip Meier's avatar
      Cleanup prototype datasets CI and related things (#6944) · ad2eceab
      Philip Meier authored
      * remove prototype datasets from CI
      
      * move encoded features to prototype datasets namespace
      
      * remove decoding transforms
      
      * [REVERT ME] reinstate prototype datasets CI
      
      * Revert "[REVERT ME] reinstate prototype datasets CI"
      
      This reverts commit 215fb185cf6be5be7adf0388116c77acc9a5d3f3.
      ad2eceab
  19. 07 Nov, 2022 1 commit
  20. 04 Nov, 2022 1 commit
  21. 02 Nov, 2022 1 commit
  22. 31 Oct, 2022 2 commits
  23. 28 Oct, 2022 3 commits
  24. 26 Oct, 2022 1 commit
    • Omkar Salpekar's avatar
      [Nova] GHA Linux GPU Job (#6804) · add75968
      Omkar Salpekar authored
      * [Nova] GHA Linux GPU Job
      
      * increase timeout since jobs timeout and cancel after 30 mins
      
      * bigger instance and longer timeout
      
      * use instance with more gpu memory and only run py38 and cu116 on PR CI
      add75968
  25. 21 Oct, 2022 2 commits
  26. 20 Oct, 2022 1 commit
    • Omkar Salpekar's avatar
      [Nova] Migrate Linux CPU job to Generic Job (#6797) · 246de077
      Omkar Salpekar authored
      * [Nova] Migrate Linux CPU job to Generic Job
      
      * branch ref for composite action job
      
      * move checkout step to separate job
      
      * added runs-on
      
      * nit fixes
      
      * no need to run conda sheel script thing
      
      * Channel is set inside the script
      
      * add remaining env vars
      
      * nit env var fix
      
      * cleanup
      
      * simplify unneeded jobs
      
      * name of the conda env should be the path
      
      * remove main ref to use PR
      246de077
  27. 19 Oct, 2022 1 commit
  28. 18 Oct, 2022 1 commit
  29. 17 Oct, 2022 1 commit
    • Omkar Salpekar's avatar
      [Nova] Add GHA Linux CPU Unittests for Torchvision (#6759) · 0610b13a
      Omkar Salpekar authored
      * [Nova][WIP] Add Linux CPU Unittests for Torchvision
      
      * use conda-builder image since conda installation is needed
      
      * install torch dep with conda instead
      
      * use circleCI command to run tests
      
      * larger instance to avoid OOM issues
      
      * proper syntax for self-hosted runners
      
      * 4xlarge instance
      
      * 8xlarge
      
      * 12xlarge
      
      * use setup-miniconda job
      
      * add back PATH change to help setup py detect conda
      
      * run conda shell script
      
      * install other deps up front
      
      * git config and undo path change
      
      * revert to local conda install
      
      * conda-builder image
      
      * support for whole python version matrix
      
      * clean up the conda env once we are done with the job
      0610b13a
  30. 30 Sep, 2022 1 commit
  31. 23 Sep, 2022 2 commits