Foundational Kit for AI Training
This project depends on third-party open source packages that are installed via PyPI.
Key dependencies include:
- PyTorch (BSD-3-Clause)
- Lightning (Apache-2.0)
- Transformers (Apache-2.0)
- Hydra (MIT)
- MLflow (Apache-2.0)
- AWS SDK for Python / Boto3 (Apache-2.0)
- PyArrow (Apache-2.0)
For a complete list of dependencies and their licenses, see pyproject.toml and run pip-licenses after installation.
pip install hatch
hatch env createhatch run test:test
hatch run lint:checkDocs are automatically built and deployed to GitHub Pages on push to main/mainline.
Build locally:
hatch run docs:build
hatch run docs:serveSee CONTRIBUTING.md for guidelines.
See CODE_OF_CONDUCT.md.