"src/turbomind/models/llama/LlamaDecoderLayerWeight.cc" did not exist on "cc93136e6a166566fc6f0502c67aa99a94673db3"
  1. 20 Mar, 2023 3 commits
  2. 19 Mar, 2023 1 commit
  3. 13 Mar, 2023 1 commit
    • Yifei Yang's avatar
      [Feature] Add Ops of StyleGAN3 (#2290) · 869dbf1b
      Yifei Yang authored
      
      
      * add bias_act
      
      * support bias_act
      
      * support filtered_lrelu
      
      * support filtered_lrelu and upfirdn2d
      
      * support conv2d_gradfix and fix filtered_lrelu
      
      * fix lint
      
      * fix lint
      
      * fix c++ lint
      
      * fix part comments
      
      * fix lint
      
      * rm redundant header
      
      * fix upgrade pip
      
      * fix as comment
      
      * fix c++ lint
      
      * fix ci
      
      * fix-ut
      
      * fix as comments
      
      * add grad check
      
      * remove redundant template
      
      * Update mmcv/ops/bias_act.py
      Co-authored-by: default avatarZaida Zhou <58739961+zhouzaida@users.noreply.github.com>
      
      * add typehint
      
      * fix as comment:
      
      * complete type hints
      
      * fix lint
      
      * add test for conv_gradfix
      
      * add test for conv_gradfix
      
      * fix lint
      
      * modify licenses and ops.md
      
      * add zh op md
      
      * add torch version policy for conv2d_gradfix
      
      * fix lint
      
      * fix as comments
      
      * rename impl
      
      * rm redudant function and add ut
      
      * fix as comment
      
      * fix lint
      
      * fix lint
      
      * fix as comments
      
      * fix lint
      
      * fix ut
      
      * fix as comment
      
      * fix as comment
      
      * fix as comment
      
      ---------
      Co-authored-by: default avatarZaida Zhou <58739961+zhouzaida@users.noreply.github.com>
      869dbf1b
  4. 03 Mar, 2023 1 commit
  5. 13 Feb, 2023 1 commit
  6. 17 Jan, 2023 1 commit
  7. 13 Jan, 2023 1 commit
    • ckirchhoff's avatar
      [Feature] Pick npu ops from master to 2.x (#2501) · 34bdf448
      ckirchhoff authored
      * merge npu ops from master to 2.x
      
      * BugFix: fix merge bugs
      
      * {[Feature]: add psamask, roipool to 2.x, and fix the SigmoidFocalLoss assert condition
      
      * merge conflicts in ops.md
      
      * [fix]: fix merge bug
      34bdf448
  8. 10 Jan, 2023 1 commit
  9. 27 Dec, 2022 1 commit
  10. 11 Dec, 2022 2 commits
  11. 23 Nov, 2022 5 commits
  12. 27 Oct, 2022 1 commit
  13. 22 Oct, 2022 6 commits
  14. 21 Oct, 2022 1 commit
  15. 19 Oct, 2022 1 commit
  16. 17 Oct, 2022 1 commit
    • Miao Zheng's avatar
      [Fix] Add `swap_labe_pairs` in `RandomFlip` (#2332) · bf48ca03
      Miao Zheng authored
      * [Fix] Add `swap_labe_pairs` in `RandomFlip`
      
      * [Fix] Add `swap_labe_pairs` in `RandomFlip`
      
      * add reference info
      
      * add swap_label_pairs in results
      
      * revise according to comments
      
      * revise according to comments
      
      * revise according to comments
      
      * docstring
      
      * docstring
      bf48ca03
  17. 13 Oct, 2022 1 commit
    • Yue Zhou's avatar
      [Feature] Add box_iou_quadri & nms_quadri (#2277) · a4c82617
      Yue Zhou authored
      * update
      
      * update
      
      * fix link
      
      * fix bug
      
      * update nms_quadri
      
      * fix lint
      
      * Update test_nms_quadri.py
      
      * Update box_iou_quadri.py
      
      * fix bug
      
      * Update test_nms_quadri.py
      
      * Update box_iou_rotated_utils.hpp
      
      * Update box_iou_quadri.py
      
      * Update mmcv/ops/nms.py
      a4c82617
  18. 28 Aug, 2022 3 commits
  19. 26 Aug, 2022 1 commit
  20. 24 Aug, 2022 1 commit
  21. 23 Aug, 2022 1 commit
  22. 22 Aug, 2022 1 commit
  23. 19 Aug, 2022 1 commit
    • Mashiro's avatar
      [Refactor] Use MODELS registry in mmengine and delete basemodule (#2172) · 19a02415
      Mashiro authored
      * change MODELS to mmengine, delete basemodule
      
      * fix unit test
      
      * remove build from cfg
      
      * add comment and rename TARGET_MODELS to registry
      
      * refine cnn docs
      
      * remove unnecessary check
      
      * refine as comment
      
      * refine build_xxx_conv error message
      
      * fix lint
      
      * fix import registry from mmcv
      
      * remove unused file
      19a02415
  24. 18 Aug, 2022 1 commit
  25. 16 Aug, 2022 1 commit
  26. 03 Aug, 2022 1 commit