1. 30 Jun, 2022 1 commit
  2. 15 Jun, 2022 1 commit
  3. 09 Jun, 2022 1 commit
  4. 16 May, 2022 1 commit
    • Zaida Zhou's avatar
      [Docs] Replace markdownlint with mdformat for avoiding installing ruby (#1936) · b326a219
      Zaida Zhou authored
      * Use mdformat pre-commit hook
      
      * allows consecutive numbering
      
      * improve .mdformat.toml
      
      * test mdformat
      
      * format markdown
      
      * minor fix
      
      * fix codespecll
      
      * fix circleci
      
      * add linkify-it-py dependency for cicleci
      
      * add comments
      
      * replace flake8 url
      
      * add mdformat-myst dependency
      
      * remove mdformat-myst dependency
      
      * update contributing.md
      b326a219
  5. 29 Apr, 2022 1 commit
  6. 17 Apr, 2022 1 commit
    • Hu Di's avatar
      [Feature] Support MMCV on IPU (#1882) · 5221a388
      Hu Di authored
      * implement runner on IPU
      
      * adjust import
      
      * adjust import
      
      * add ignore for ipu on without ipu
      
      * remove compilation cache
      
      * remove ipu from mmcv/runner.__all__
      
      * adjust IS_IPU and IS_MLU
      
      * adjust by isort
      
      * add ipuHardwareIsAvailable
      
      * remove engine_cache
      
      * code review 9
      5221a388
  7. 14 Apr, 2022 1 commit
  8. 02 Apr, 2022 1 commit
    • Jiazhen Wang's avatar
      [Fix] Fix Python3.10 CI (#1828) · e0eebebf
      Jiazhen Wang authored
      * Fix python3.10 ci
      
      * fix build ci
      
      * fix build ci
      
      * fix onnx build in ci
      
      * remove onnx optimizer
      
      * remove python3.10 ci
      
      * special treatment for py3.10
      
      * fix build ci
      
      * special treatment for python3.10 in requirements/test
      
      * fix requirements/test
      e0eebebf
  9. 22 Mar, 2022 1 commit
  10. 15 Mar, 2022 1 commit
  11. 07 Mar, 2022 1 commit
  12. 15 Dec, 2021 1 commit
  13. 07 Dec, 2021 1 commit
  14. 06 Dec, 2021 1 commit
  15. 30 Nov, 2021 1 commit
  16. 29 Nov, 2021 1 commit
  17. 19 Nov, 2021 1 commit
  18. 24 Oct, 2021 1 commit
  19. 03 Oct, 2021 1 commit
  20. 27 Aug, 2021 1 commit
  21. 24 Aug, 2021 1 commit
    • Wenwei Zhang's avatar
      [Feature] Add windows CI (#1023) · 979a355d
      Wenwei Zhang authored
      
      
      * add windows CI
      
      * clean versions
      
      * only allow pt1.7 on windows
      
      * fix windows install issue
      
      * add win cpu
      
      * fix win command
      
      * clean unnecessary command
      
      * resolve turbojpeg & tempfile on win
      
      * replace os.readlink with os.path.realpath
      
      * fix windows ci
      
      * close file before removing it
      
      * fix windows ci
      
      * fix symlink on windows
      
      * fix windows ci
      
      * fix windows ci
      
      * fix windows ci
      
      * fix windows ci
      
      * fix windows ci
      
      * fix windows ci
      
      * fix windows ci
      
      * fix windows ci
      
      * fix windows ci
      
      * modify according to comment
      Co-authored-by: default avatarzhouzaida <zhouzaida@163.com>
      979a355d
  22. 23 Aug, 2021 1 commit
  23. 18 Aug, 2021 1 commit
  24. 10 Aug, 2021 1 commit
  25. 28 Jul, 2021 1 commit
  26. 23 Jul, 2021 1 commit
    • Haodong Duan's avatar
      [Improvement] Improve digit_version & use it for version_checking (#1185) · ef48a473
      Haodong Duan authored
      * improve digit_version & use it for version_checking
      
      * more testing for digit_version
      
      * setuptools >= 50 is needed
      
      * fix CI
      
      * add debuging log
      
      * >= to ==
      
      * fix lint
      
      * remove
      
      * add failure case
      
      * replace
      
      * fix
      
      * consider TORCH_VERSION == 'parrots'
      
      * add unittest
      
      * digit_version do not deal with the case if 'parrots' in version name.
      ef48a473
  27. 13 Jul, 2021 1 commit
  28. 06 Jul, 2021 1 commit
  29. 22 Jun, 2021 1 commit
  30. 23 May, 2021 1 commit
  31. 22 Apr, 2021 1 commit
  32. 10 Mar, 2021 1 commit
  33. 26 Feb, 2021 1 commit
  34. 28 Dec, 2020 1 commit
  35. 15 Dec, 2020 1 commit
    • lml131's avatar
      Lml/jit decorator (#673) · 9befc398
      lml131 authored
      * add jit decorator
      
      * add parrots_jit.py
      
      * modify test_parrots_jit.py
      
      * modify for lint
      
      * fix isort
      
      * skip test_parrots_jit.py when build without pytorch
      
      * try ci
      
      * rm log
      
      * fix double quote
      
      * modify for comments and use partial_shape instead of full_shape
      
      * fix for lint
      
      * small modify for parrots 0.9.0rc0
      
      * def skip no elena directly
      9befc398
  36. 09 Dec, 2020 1 commit
  37. 08 Dec, 2020 1 commit
  38. 24 Nov, 2020 1 commit
    • wang shiguang's avatar
      Add parrots ci (#662) · 23ecd83d
      wang shiguang authored
      * add parrots ci
      
      * update with ops build
      
      * Update build.yml
      
      * cridents env
      
      * Update build.yml
      23ecd83d
  39. 31 Oct, 2020 1 commit
  40. 26 Oct, 2020 1 commit
    • robin Han's avatar
      add unittest for onnx convert (#608) · 23b2bdbf
      robin Han authored
      * add unittest for onnx convert
      
      * build onnx and onnxruntime in CI
      
      * skip onnx op unit test while using CUDA
      
      * fix offset==0 case in NMS
      
      * remove tmp file used in test
      
      * delete tmp file before assert so that we can remove the tmp file anyway
      23b2bdbf