Readme assume dependencies are installed for the second option
Closed this issue ยท 0 comments
zippeurfou commented
๐ Documentation
git clone https://github.com/PyTorchLightning/lightning-transformers.git
cd lightning-transformers
python train.py ...
# the `pl-transformers-train` endpoint is also available!
This assumes that requirements are installed.
I am suggesting changing it to:
git clone https://github.com/PyTorchLightning/lightning-transformers.git
cd lightning-transformers
pip install -r requirements.txt
python train.py ...