Unverified Commit 7c6a085e authored by Stas Bekman's avatar Stas Bekman Committed by GitHub
Browse files

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

parent 1d1d5bec
# Install newest ptl.
pip install -U git+http://github.com/PyTorchLightning/pytorch-lightning/
# Install example requirements # Install example requirements
pip install -r ../requirements.txt pip install -r ../requirements.txt
......
#!/usr/bin/env bash #!/usr/bin/env bash
# Install newest ptl.
pip install -U git+http://github.com/PyTorchLightning/pytorch-lightning/
# for seqeval metrics import # for seqeval metrics import
pip install -r ../requirements.txt pip install -r ../requirements.txt
...@@ -40,4 +38,4 @@ python3 run_pl_ner.py --data_dir ./ \ ...@@ -40,4 +38,4 @@ python3 run_pl_ner.py --data_dir ./ \
--train_batch_size $BATCH_SIZE \ --train_batch_size $BATCH_SIZE \
--seed $SEED \ --seed $SEED \
--do_train \ --do_train \
--do_predict --do_predict
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment