-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathrequirements.txt
30 lines (30 loc) · 901 Bytes
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
torch
# 1.9.0+cu102
# pip install torch==1.9.0+cu102 -f https://download.pytorch.org/whl/torch_stable.html
# 1.8.1+cu101
# pip install torch==1.8.1+cu101 -f https://download.pytorch.org/whl/torch_stable.html
# pip install torch==1.8.0+cu101 -f https://download.pytorch.org/whl/torch_stable.html
# pip install torch==1.7.1+cu101 -f https://download.pytorch.org/whl/torch_stable.html
# pip install torch==1.7.1+cu110 -f https://download.pytorch.org/whl/torch_stable.html
allennlp==0.9.0
# allennlp==0.9.0 for 1.8.1+cu101
# allennlp otherwise
tqdm
tensorboardX
seqeval
sklearn
pytorch-crf
transformers
sentencepiece
datasets
accelerate==0.4.0
deepspeed==0.15.1
# install apex
# git clone https://github.com/NVIDIA/apex
# cd apex
# pip install -v --disable-pip-version-check --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" ./
optuna
onnx
onnxruntime
torchmetrics
# parallelformers