.gitignore
.isort.cfg
.pre-commit-config.yaml
.pylintrc
.spellcheck-en-custom.txt
.spellcheck.yml
.whitesource
CODEOWNERS
CONTRIBUTING.md
LICENSE
README.md
code-of-conduct.md
install_patches.py
pyproject.toml
pytest.ini
tox.ini
.github/dependabot.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/user_story.md
.github/actions/free-disk-space/action.yml
.github/workflows/actionlint.dockerfile
.github/workflows/actionlint.yml
.github/workflows/coverage.yml
.github/workflows/labelpr.yaml
.github/workflows/lint.yml
.github/workflows/pypi.yml
.github/workflows/spellcheck.yml
.github/workflows/test.yml
.github/workflows/matchers/actionlint.json
.github/workflows/matchers/pylint.json
docs/fms_mo_design.md
docs/images/fp16_v_e4m3.png
docs/images/fp16_v_e4m3_zoomin.png
docs/images/fp8_comparison.png
docs/images/int8_v_e4m3.png
docs/images/int8_v_e4m3_log.png
docs/images/layer_swapping.png
docs/images/q_dq_example.tif.png
examples/AIU_CONVERSION/README.md
examples/DQ_SQ/README.md
examples/FP8_QUANT/README.md
examples/GPTQ/README.md
examples/MX/README.md
examples/MX/simple_mx_example.py
examples/PTQ_INT8/README.md
examples/PTQ_INT8/run_qa_no_trainer_ptq.py
examples/PTQ_INT8/utils_qa.py
examples/QAT_INT8/README.md
examples/QAT_INT8/run_qa_no_trainer_qat.py
examples/QAT_INT8/utils_qa.py
fms_mo/__init__.py
fms_mo/_version.py
fms_mo/calib.py
fms_mo/dq.py
fms_mo/prep.py
fms_mo/run_quant.py
fms_mo/training_args.py
fms_mo/version.py
fms_mo/aiu_addons/__init__.py
fms_mo/aiu_addons/fp8/__init__.py
fms_mo/aiu_addons/fp8/fp8_adapter.py
fms_mo/aiu_addons/fp8/fp8_attn.py
fms_mo/aiu_addons/fp8/fp8_linear.py
fms_mo/aiu_addons/fp8/fp8_spyre_op.py
fms_mo/aiu_addons/fp8/fp8_utils.py
fms_mo/aiu_addons/gptq/__init__.py
fms_mo/aiu_addons/gptq/gptq_aiu_adapter.py
fms_mo/aiu_addons/gptq/gptq_aiu_linear.py
fms_mo/aiu_addons/gptq/gptq_aiu_op.py
fms_mo/aiu_addons/i8i8/__init__.py
fms_mo/aiu_addons/i8i8/i8i8_aiu_adapter.py
fms_mo/aiu_addons/i8i8/i8i8_aiu_linear.py
fms_mo/aiu_addons/i8i8/i8i8_aiu_op.py
fms_mo/custom_ext_kernels/__init__.py
fms_mo/custom_ext_kernels/cutlass_i8i32gemm.cpp
fms_mo/custom_ext_kernels/cutlass_i8i32gemm.cu
fms_mo/custom_ext_kernels/ext_kernel_cublas.cpp
fms_mo/custom_ext_kernels/triton_kernels.py
fms_mo/custom_ext_kernels/utils.py
fms_mo/fx/__init__.py
fms_mo/fx/dynamo_utils.py
fms_mo/fx/utils.py
fms_mo/modules/__init__.py
fms_mo/modules/bmm.py
fms_mo/modules/conv.py
fms_mo/modules/linear.py
fms_mo/modules/lstm.py
fms_mo/quant/README.md
fms_mo/quant/ptq.py
fms_mo/quant/quantizers.py
fms_mo/recipes/dq.json
fms_mo/recipes/ptq_int8.json
fms_mo/recipes/qat_int8.json
fms_mo/utils/README.md
fms_mo/utils/__init__.py
fms_mo/utils/aiu_utils.py
fms_mo/utils/calib_data.py
fms_mo/utils/config_utils.py
fms_mo/utils/custom_gptq_models.py
fms_mo/utils/dq_utils.py
fms_mo/utils/error_logging.py
fms_mo/utils/eval_utils.py
fms_mo/utils/import_utils.py
fms_mo/utils/logging_utils.py
fms_mo/utils/qconfig_utils.py
fms_mo/utils/torchscript_utils.py
fms_mo/utils/utils.py
fms_model_optimizer.egg-info/PKG-INFO
fms_model_optimizer.egg-info/SOURCES.txt
fms_model_optimizer.egg-info/dependency_links.txt
fms_model_optimizer.egg-info/requires.txt
fms_model_optimizer.egg-info/top_level.txt
patches/README.md
patches/microxcaling.patch
tests/__init__.py
tests/test_run_quant.py
tests/aiu_addons/__init__.py
tests/aiu_addons/conftest.py
tests/aiu_addons/test_fp8_addon.py
tests/aiu_addons/test_gptq_addon.py
tests/aiu_addons/test_int8_addon.py
tests/artifacts/__init__.py
tests/artifacts/aiu_addons/ref_w-per_channel_a-per_tensor_asymm_sq-N.pt
tests/artifacts/aiu_addons/ref_w-per_channel_a-per_tensor_symm_sq-N.pt
tests/artifacts/aiu_addons/ref_w-per_channel_a-per_token_sq-N.pt
tests/artifacts/aiu_addons/ref_w-per_tensor_a-per_tensor_asymm_sq-N.pt
tests/artifacts/aiu_addons/ref_w-per_tensor_a-per_tensor_symm_sq-N.pt
tests/artifacts/aiu_addons/ref_w-per_tensor_a-per_token_sq-N.pt
tests/artifacts/configs/dummy_job_config.json
tests/artifacts/testdata/__init__.py
tests/artifacts/testdata/wiki_maykeye_tinyllama_v0_numsamp2_seqlen2048/data-00000-of-00001.arrow
tests/artifacts/testdata/wiki_maykeye_tinyllama_v0_numsamp2_seqlen2048/dataset_info.json
tests/artifacts/testdata/wiki_maykeye_tinyllama_v0_numsamp2_seqlen2048/state.json
tests/build/__init__.py
tests/build/test_launch_script.py
tests/build/test_utils.py
tests/models/__init__.py
tests/models/conftest.py
tests/models/grace_hopper_517x606.jpg
tests/models/test_checkconfig.py
tests/models/test_model_utils.py
tests/models/test_mx.py
tests/models/test_qmodelprep.py
tests/models/test_save_aiu.py
tests/models/test_saveconfig.py
tests/models/test_toymodels.py
tests/triton_kernels/__init__.py
tests/triton_kernels/test_triton_mm.py
tutorials/quantization_tutorial.ipynb
tutorials/images/lion.png