Add requirements.txt for finetuning.py just in case
#6
by mishig HF Staff - opened
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.
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
Created a discussion without PR to keep that in mind: https://huggingface.co/AgentPublic/guillaumetell-7b/discussions/7