ONNX
onnxruntime
onnx-mlir
quantization
fp32
ONNX_Models / pyproject.toml
purejomo's picture
Finalize public ONNX/ONNX-MLIR validation release
ed3aeeb
Raw
History Blame Contribute Delete
364 Bytes
[project]
name = "mcu-ir-analysis"
version = "0.1.0"
description = "Reproducible public-quantized-model IR, graph, and memory analysis"
requires-python = ">=3.12,<3.13"
[tool.pytest.ini_options]
testpaths = ["tests"]
norecursedirs = [
".git",
".venv",
"environment/cache",
"research/downloads",
"models",
]
addopts = "--strict-config --strict-markers"