Metadata-Version: 2.4
Name: auto-quant-tool
Version: 0.1.1
Summary: Automated quantization benchmarking suite for GGUF, GPTQ, and TFLite models
Requires-Python: >=3.10
Requires-Dist: gradio>=6.11.0
Requires-Dist: huggingface-hub>=0.23
Requires-Dist: kaleido>=1.2.0
Requires-Dist: llama-cpp-python>=0.3.20
Requires-Dist: numpy>=2.2.6
Requires-Dist: onnx>=1.21.0
Requires-Dist: onnxscript>=0.6.2
Requires-Dist: pandas>=2.3.3
Requires-Dist: plotly>=6.6.0
Requires-Dist: pydantic>=2.0
Requires-Dist: pyyaml>=6.0.3
Requires-Dist: rich>=13.0
Requires-Dist: typer>=0.12
Provides-Extra: benchmark
Requires-Dist: datasets>=2.0; extra == 'benchmark'
Requires-Dist: pandas>=2.0; extra == 'benchmark'
Requires-Dist: plotly>=5.0; extra == 'benchmark'
Requires-Dist: scipy>=1.13; extra == 'benchmark'
Provides-Extra: gguf
Requires-Dist: llama-cpp-python; extra == 'gguf'
Provides-Extra: gptq
Requires-Dist: auto-gptq; extra == 'gptq'
Provides-Extra: tflite
Requires-Dist: ai-edge-torch; extra == 'tflite'
Provides-Extra: ui
Requires-Dist: gradio>=4.0; extra == 'ui'
