Learning how to perform quantization on AI models, to make them more computationally efficient.
Installation is done with Poetry (although pip is possible too for fallback purposes).
- run
poetry install
- run
pre-commit install
- optionally, add more packages using
poetry add <package>