Add requirements.txt for finetuning.py just in case

#6
by mishig HF staff - opened

Add requirements.txt to explicitly show dependencies needed to run finetuning.py

AgentPublic org

We might prefer to use pyproject.toml instead of requirements.txt to comply with PEP 508, PEP 621 and PEP 631 and to enjoy the benefits of newer Python project management.

AgentPublic org

Dependencies can still be installed from a pyproject.toml file without any specific Python package manager with pip install. So it can still stays Python-package-manager-agnostic.

yeah good idea. In that case, closing this PR for now

mishig changed pull request status to closed
AgentPublic org

Created a discussion without PR to keep that in mind: https://huggingface.co/AgentPublic/guillaumetell-7b/discussions/7

Sign up or log in to comment