1. 27 Mar, 2023 1 commit
  2. 22 Mar, 2023 2 commits
  3. 15 Mar, 2023 1 commit
  4. 14 Mar, 2023 2 commits
  5. 13 Mar, 2023 1 commit
  6. 10 Mar, 2023 2 commits
  7. 08 Mar, 2023 2 commits
  8. 01 Mar, 2023 2 commits
  9. 22 Feb, 2023 1 commit
  10. 21 Feb, 2023 1 commit
  11. 17 Feb, 2023 2 commits
  12. 14 Feb, 2023 1 commit
  13. 01 Feb, 2023 1 commit
  14. 27 Jan, 2023 1 commit
  15. 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
  16. 12 Dec, 2022 1 commit
  17. 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
  18. 08 Dec, 2022 1 commit
  19. 07 Dec, 2022 1 commit
  20. 06 Dec, 2022 1 commit
  21. 05 Dec, 2022 1 commit
  22. 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
  23. 21 Nov, 2022 1 commit
  24. 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
  25. 07 Nov, 2022 1 commit
  26. 04 Nov, 2022 1 commit
  27. 02 Nov, 2022 1 commit
  28. 31 Oct, 2022 2 commits
  29. 28 Oct, 2022 3 commits
  30. 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