Tang Kaihui

Results 12 issues of Tang Kaihui

## Type of Change docs refine - distributed.md ## Description 1. Title: Capitalize the first letter & Modify title name 2. Add content list 3. Fix the relative path link...

documentation
review

## Type of Change feature ## Description Support save/load API for WOQ remove export_compressed_model from config ## Expected Behavior & Potential Risk the expected behavior that triggered by this PR...

## Type of Change feature ## Description detail description ## Expected Behavior & Potential Risk the expected behavior that triggered by this PR ## How has this PR been tested?...

## Type of Change UT ## Description detail description ## Expected Behavior & Potential Risk the expected behavior that triggered by this PR ## How has this PR been tested?...

INC3.X

## Type of Change feature ## Description detail description ## Expected Behavior & Potential Risk the expected behavior that triggered by this PR ## How has this PR been tested?...

WIP

## Type of Change feature ## Description detail description ## Expected Behavior & Potential Risk the expected behavior that triggered by this PR ## How has this PR been tested?...

examples

## Type of Change feature ## Description - [x] update config params - [x] update `get_autoround_default_run_fn` - [x] update prepare/convert - [x] return paking model - [x] enhance ut -...

INC3.X
PyTorch

## Type of Change feature ## Description usage ```python from neural_compressor.torch.algorithms.layer_wise import load_empty_model model = load_empty_model("hf-internal-testing/tiny-random-GPTJForCausalLM") quant_config = GPTQConfig( use_layer_wise=True, model_path="hf-internal-testing/tiny-random-GPTJForCausalLM" ) model = prepare(model, quant_config) run_fn(model) model = convert(model)...

INC3.X
PyTorch

NumPy 2.0 release date: June 16, AutoRound currently does not support numpy2x.

## Type of Change feature or bug fix or documentation or validation or others API changed or not ## Description Usage: ```bash None # default value, Autodetect (client is True)...