-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
40 lines (36 loc) · 913 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
39
40
# --------- pytorch --------- #
torch>=1.10.0
torchvision>=0.11.0
pytorch-lightning==1.8.2
torchmetrics==0.10.3
datasets==2.8.0
debugpy==1.6.3
numpy==1.19.5
transformers==4.24.0
matplotlib==3.6.2
sentencepiece==0.1.97
nltk==3.8.1
spacy==3.5.0
protobuf==3.20.*
git+https://github.com/pattern3/pattern.git
git+https://github.com/PrithivirajDamodaran/Parrot_Paraphraser.git
scikit_learn==1.2.1
# --------sphinx----------- #
sphinx
sphinx_rtd_theme<=2.0.0
furo
# --------- hydra --------- #
hydra-core==1.2.0
hydra-colorlog==1.2.0
hydra-optuna-sweeper==1.2.0
# --------- loggers --------- #
wandb
# neptune-client
# mlflow
# comet-ml
# --------- others --------- #
pyrootutils # standardizing the project root setup
pre-commit # hooks for applying linters on commit
rich # beautiful text formatting in terminal
pytest # tests
sh # for running bash commands in some tests