-
Notifications
You must be signed in to change notification settings - Fork 1
/
environment.yaml
101 lines (91 loc) · 1.9 KB
/
environment.yaml
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
name: ZerAuCap
channels:
- cyclus
- nvidia
- pytorch
- conda-forge
- defaults
# it is strongly recommended to specify versions of packages installed through conda
# to avoid situation when version-unspecified packages install their latest major
# versions which can sometimes break things
# current approach below keeps the dependencies in the same major versions across all
# users, but allows for different minor and patch versions of packages where backwards
# compatibility is usually guaranteed
dependencies:
- mamba=1.*
- pytorch=2.*
- torchvision=0.*
- pytorch-cuda=11.8.*
- lightning=2.*
- torchmetrics=0.*
- hydra-core=1.*
- rich=13.*
- pre-commit=3.*
- pytest=7.*
- pytest-xdist=3.*
# --------- loggers --------- #
- wandb=0.*
# - neptune-client
# - mlflow
# - comet-ml
# --------- code health --------- #
- black=23.*
- icontract=2.*
- mypy=1.*
- rope=1.*
# --------- libraries --------- #
- openai=0.*
- pandas=2.*
- seaborn=0.*
- spacy=3.*
- transformers=4.*
- textstat==0.*
- tqdm=4.*
# ZS
- openjdk
- java-jre
- ffmpeg
- youtube-dl
- ipdb
- ipykernel
- matplotlib
- accelerate
- ftfy
- gdown
- h5py
- joblib
- nltk
- librosa
- loguru
- numpy
- pillow
- progressbar
- pyyaml
- regex
- requests
- sacrebleu
- sacremoses
- scipy
- sentence-transformers
- sentencepiece
- termcolor
- tokenizers
- pip>=23
- pip:
- aac-datasets
- huggingface-hub
- soundfile
- torchlibrosa
- bitsandbytes==0.*
- farrow-and-ball==0.*
- fschat==0.2.23
- google-cloud-aiplatform>=1.26.1
- hydra-optuna-sweeper==1.*
- hydra-colorlog==1.*
- hydra-submitit-launcher==1.*
- git+https://github.com/Lightning-AI/lit-llama.git
- langchain==0.*
- pyrootutils==1.*
- sentence_transformers==2.*
- slurm-gpustat==0.*
- gymnasium