mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
pl version: examples/requirements.txt is single source of truth (#6309)
This commit is contained in:
parent
1d1d5bec1b
commit
7c6a085ebf
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user