pl version: examples/requirements.txt is single source of truth (#6309)

This commit is contained in:
Stas Bekman 2020-08-11 07:58:54 -07:00 committed by GitHub
parent 1d1d5bec1b
commit 7c6a085ebf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View File

@ -1,5 +1,3 @@
# Install newest ptl.
pip install -U git+http://github.com/PyTorchLightning/pytorch-lightning/
# Install example requirements
pip install -r ../requirements.txt

View File

@ -1,7 +1,5 @@
#!/usr/bin/env bash
# Install newest ptl.
pip install -U git+http://github.com/PyTorchLightning/pytorch-lightning/
# for seqeval metrics import
pip install -r ../requirements.txt
@ -40,4 +38,4 @@ python3 run_pl_ner.py --data_dir ./ \
--train_batch_size $BATCH_SIZE \
--seed $SEED \
--do_train \
--do_predict
--do_predict