"classification/configs/internimage_h_jointto1k_640.yaml" did not exist on "3a37b813c95dd6d02396cee18604641d519d05a4"
  1. 21 Dec, 2025 1 commit
    • Hongtao Zhang's avatar
      CI/CD - Fix Azure pipeline (#767) · c99380b4
      Hongtao Zhang authored
      
      
      **Description**
      Azure pipeline cpu-unit-test failed for "2025-12-10T03:47:59.0628597Z
      ERROR: Could not install packages due to an OSError: [Errno 28] No space
      left on device"
      
      **Root Cause**
      This happens because the matrix jobs (Python 3.7, 3.10, 3.12) run in
      parallel and share the same VM's disk. Python 3.12 downloads
      newer/larger packages (especially PyTorch and NVIDIA CUDA libraries
      which are ~3GB+), and when multiple jobs run simultaneously, they
      exhaust the disk space.
      
      **Fix**
      Disable the cache usage when installing SB
      Co-authored-by: default avatarHongtao Zhang <hongtaozhang@microsoft.com>
      c99380b4
  2. 05 Nov, 2025 1 commit
  3. 22 Oct, 2025 1 commit
  4. 25 Feb, 2025 1 commit
  5. 27 Nov, 2024 1 commit
  6. 06 Mar, 2023 1 commit
  7. 17 Feb, 2023 1 commit
  8. 17 Aug, 2022 1 commit
    • Yifan Xiong's avatar
      Update Python setup for require packages (#387) · 626ac0a4
      Yifan Xiong authored
      __Description__
      
      Update Python setup for require packages.
      
      __Major Revisions__
      * downgrade requests version to be compatible with python 3.6, add corresponding pipeline for 3.6
      * add extra entry in extras_require for nested packages
      * update `pip install` contents accordingly
      626ac0a4
  9. 21 Oct, 2021 1 commit
  10. 09 Jul, 2021 1 commit
  11. 23 May, 2021 1 commit
  12. 21 Apr, 2021 1 commit
  13. 14 Apr, 2021 1 commit
  14. 13 Apr, 2021 1 commit
  15. 12 Apr, 2021 1 commit