From 7c6a085ebff580f8d23a9853a93910d7c6565b3d Mon Sep 17 00:00:00 2001 From: Stas Bekman Date: Tue, 11 Aug 2020 07:58:54 -0700 Subject: [PATCH] pl version: examples/requirements.txt is single source of truth (#6309) --- examples/text-classification/run_pl.sh | 2 -- examples/token-classification/run_pl.sh | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/examples/text-classification/run_pl.sh b/examples/text-classification/run_pl.sh index 5a01de64a3..d407478ff1 100755 --- a/examples/text-classification/run_pl.sh +++ b/examples/text-classification/run_pl.sh @@ -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 diff --git a/examples/token-classification/run_pl.sh b/examples/token-classification/run_pl.sh index 27a5963fc8..ecbd5d3b4f 100755 --- a/examples/token-classification/run_pl.sh +++ b/examples/token-classification/run_pl.sh @@ -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 \ No newline at end of file +--do_predict