Fine Tuning: Building A Folk Music Recommendation System with LLMs
- pre-commit:
pre-commit run --all-files
- pytest:
pytest
orpytest -s
- coverage:
coverage run -m pytest
orcoverage html
- poetry sync:
poetry install --no-root --sync
- updating requirements: see docs/updating_requirements.md
- See docs/getting_started.md or docs/quickstart.md for how to get up & running.
- Check docs/project_specific_setup.md for project specific setup.
- See docs/using_poetry.md for how to update Python requirements using Poetry.
- See docs/detect_secrets.md for more on creating a
.secrets.baseline
file using detect-secrets.