Utilities to help you experiment with and benchmark Meta's Llama models.
- Python 3.12
- uv (pip install uv)
- Llama models (Download from Meta https://www.llama.com/)
source environment.shBuilds local Python venv, installs dependencies, and downloads MMLU dataset needed for tests.
makeRuns test automation.
make tests