-
Notifications
You must be signed in to change notification settings - Fork 247
/
requirements.txt
38 lines (38 loc) · 981 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
31
32
33
34
35
36
37
38
# basics
setuptools
wheel
# PyTorch
# Temp. disabled the next line as it gets currently resolved to https://download.pytorch.org/whl/rocm3.8/torch-1.7.1%2Brocm3.8-cp38-cp38-linux_x86_64.whl
#--find-links=https://download.pytorch.org/whl/torch_stable.html
torch>1.5,<1.10
# progress bars in model download and training scripts
tqdm
# Accessing files from S3 directly.
boto3
# Used for downloading models over HTTP
requests
# Scipy & sklearn for stats in run_classifier
scipy>=1.3.2
sklearn
# Metrics or logging related
seqeval
mlflow<=1.13.1
# huggingface repository
transformers==4.7.0
#sentence transformers
sentence-transformers
# accessing dictionary elements with dot notation
dotmap
# for inference-rest-apis
Werkzeug==0.16.1
flask
flask-restplus
flask-cors
dill # pickle extension for (de-)serialization
# optional for inference
#fasttext==0.9.1
# Inference with ONNX models. Install onnxruntime-gpu for Inference on GPUs
#onnxruntime
#onnxruntime_tools
psutil
sentencepiece