diff --git a/examples/text-classification/run_pl.sh b/examples/text-classification/run_pl.sh index 5a01de64a39..d407478ff1a 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 27a5963fc82..ecbd5d3b4f8 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