Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: open-mmlab/mmdeploy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: open-mmlab/mmdeploy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: for_mmrazor
Choose a head ref
  • 1 commit
  • 11 files changed
  • 4 contributors

Commits on Apr 26, 2023

  1. [Feature] Support quantization deployment (#2010)

    * support mmrazor
    
    * add make divisible
    
    * update
    
    * Pruning -> ModelCompress and add docstring
    
    * export quantized model
    
    * mode to mode_1
    
    * fix bugs
    
    * add trt explicit quant interface
    
    * rename trt config name
    
    * update interpolate__tensorrt
    
    * fix lint
    
    * update after rebase
    
    * remove untraced torch.cat rewrite func by fx
    
    * fix lint
    
    * skip pytest:cat__tensorrt
    
    * fix lint
    
    * add mmrazor to codebase.txt
    
    * fix lint
    
    * fix import mmrazor error
    
    * support popping untraced rewrite ops
    
    * update mmrazor version in codebaes.txt
    
    * undo skip test_cat__tensorrt
    
    ---------
    
    Co-authored-by: liukai <your_email@abc.example>
    Co-authored-by: pppppM <gjf_mail@126.com>
    Co-authored-by: HIT-cwh <2892770585@qq.com>
    4 people authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    8193061 View commit details
    Browse the repository at this point in the history
Loading