.gitignore
LICENSE
Makefile
README.md
pyproject.toml
setup.py
setup.sh
bench/generation/README.md
bench/generation/benchmark.py
bench/kernels/README.md
bench/kernels/test_int_mm.py
bench/kernels/test_int_mm_inductor.py
bench/kernels/test_int_mm_torch_int.py
examples/nlp/text-classification/sst2/quantize_sst2_model.py
examples/nlp/text-generation/README.md
examples/nlp/text-generation/evaluate_many_models.sh
examples/nlp/text-generation/quantize_causal_lm_model.py
examples/vision/image-classification/mnist/quantize_mnist_model.py
external/smoothquant/README.md
external/smoothquant/smoothquant.py
quanto/__init__.py
quanto/calibrate.py
quanto/quantize.py
quanto.egg-info/PKG-INFO
quanto.egg-info/SOURCES.txt
quanto.egg-info/dependency_links.txt
quanto.egg-info/not-zip-safe
quanto.egg-info/requires.txt
quanto.egg-info/top_level.txt
quanto/nn/__init__.py
quanto/nn/qlayernorm.py
quanto/nn/qlinear.py
quanto/nn/qmodule.py
quanto/tensor/__init__.py
quanto/tensor/core.py
quanto/tensor/func.py
quanto/tensor/ops.py
test/conftest.py
test/helpers.py
test/test_serialization.py
test/model/test_quantize_mlp.py
test/nn/test_calibrate.py
test/nn/test_custom_qmodule.py
test/nn/test_qattention.py
test/nn/test_qlayernorm.py
test/nn/test_qlinear.py
test/nn/test_qmodule.py
test/tensor/test_absmax.py
test/tensor/test_compile.py
test/tensor/test_qbitstensor.py
test/tensor/test_qtensor.py
test/tensor/ops/test_linear_dispatch.py
test/tensor/ops/test_mm_dispatch.py
test/tensor/ops/test_quantized_dispatch.py