LICENSE
MANIFEST.in
README.md
requirements-cpu.txt
requirements-hpu.txt
requirements.txt
setup.cfg
setup.py
third-party-programs.txt
auto_round/__init__.py
auto_round/__main__.py
auto_round/auto_quantizer.py
auto_round/autoround.py
auto_round/backend.py
auto_round/calib_dataset.py
auto_round/quantizer.py
auto_round/sign_sgd.py
auto_round/special_model_handler.py
auto_round/utils.py
auto_round/version.py
auto_round.egg-info/PKG-INFO
auto_round.egg-info/SOURCES.txt
auto_round.egg-info/dependency_links.txt
auto_round.egg-info/entry_points.txt
auto_round.egg-info/requires.txt
auto_round.egg-info/top_level.txt
auto_round/data_type/__init__.py
auto_round/data_type/fp8.py
auto_round/data_type/int.py
auto_round/data_type/mxfp.py
auto_round/data_type/register.py
auto_round/data_type/utils.py
auto_round/eval/__init__.py
auto_round/eval/evaluation.py
auto_round/export/__init__.py
auto_round/export/register.py
auto_round/export/export_to_autogptq/__init__.py
auto_round/export/export_to_autogptq/export.py
auto_round/export/export_to_autogptq/qlinear_triton.py
auto_round/export/export_to_autoround/__init__.py
auto_round/export/export_to_autoround/export.py
auto_round/export/export_to_awq/__init__.py
auto_round/export/export_to_awq/export.py
auto_round/export/export_to_awq/utils.py
auto_round/export/export_to_itrex/__init__.py
auto_round/export/export_to_itrex/bit_packer.py
auto_round/export/export_to_itrex/config.py
auto_round/export/export_to_itrex/export.py
auto_round/export/export_to_itrex/model_wrapper.py
auto_round/low_cpu_mem/__init__.py
auto_round/low_cpu_mem/load.py
auto_round/low_cpu_mem/modified_pickle.py
auto_round/low_cpu_mem/utils.py
auto_round/mllm/__init__.py
auto_round/mllm/autoround_mllm.py
auto_round/mllm/eval.py
auto_round/mllm/mllm_dataset.py
auto_round/mllm/processor.py
auto_round/mllm/template.py
auto_round/mllm/utils.py
auto_round/mllm/templates/cogvlm2.json
auto_round/mllm/templates/default.json
auto_round/mllm/templates/llava.json
auto_round/mllm/templates/mllama.json
auto_round/mllm/templates/phi3_v.json
auto_round/mllm/templates/qwen2_vl.json
auto_round/script/__init__.py
auto_round/script/llm.py
auto_round/script/mllm.py
auto_round_extension/__init__.py
auto_round_extension/cuda/__init__.py
auto_round_extension/cuda/post_init.py
auto_round_extension/cuda/qlinear_exllamav2.py
auto_round_extension/cuda/qlinear_triton.py
auto_round_extension/cuda/qlinear_tritonv2.py
auto_round_extension/cuda/triton_utils/__init__.py
auto_round_extension/cuda/triton_utils/custom_autotune.py
auto_round_extension/cuda/triton_utils/dequant.py
auto_round_extension/cuda/triton_utils/kernels.py
auto_round_extension/cuda/triton_utils/mixin.py
auto_round_extension/hpu/__init__.py
auto_round_extension/hpu/qlinear_hpu.py
auto_round_extension/hpu/qlinear_hpu_gptq.py
auto_round_extension/ipex/__init__.py
auto_round_extension/ipex/qlinear_ipex_awq.py
auto_round_extension/ipex/qlinear_ipex_gptq.py
auto_round_extension/qbits/__init__.py
auto_round_extension/qbits/qlinear_qbits.py
auto_round_extension/qbits/qlinear_qbits_gptq.py
test/test_act_quantization.py
test/test_auto_round_hpu_only.py
test/test_autoopt.py
test/test_autoround.py
test/test_autoround_acc.py
test/test_autoround_export_to_itrex.py
test/test_basic_usage.py
test/test_block_names.py
test/test_calib_dataset.py
test/test_conv1d.py
test/test_export.py
test/test_generation.py
test/test_hpu.py
test/test_low_cpu_mem.py
test/test_mllm.py
test/test_utils.py
test/test_woq_linear.py