-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathenvironment.yml
52 lines (49 loc) · 845 Bytes
/
environment.yml
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
---
name: EN
channels: [huggingface, pytorch, conda-forge, nodefaults]
dependencies:
- conda-lock
- ipykernel
- jupyterlab
- pdbpp
- pip >=21.1
- plotly>=5.13.0
- pre-commit
- pytask-latex
- pytask-parallel
- pytask>=0.2
- python-graphviz
- python=3.11
- pyyaml
- setuptools_scm
- statsmodels
- toml
# data
- kaggle
# basics
- numpy
- scipy
- pandas
- matplotlib
- seaborn
# sklearn
- scikit-learn
- scikit-image
- tabulate
# huggingface
- transformers
- tokenizers
- datasets
- sentencepiece
- tensorboardX # Add tensorboardX as a dependency
- pip:
- torch
- torchvision
- torchtext
- huggingface_hub[cli]
- -e .
- kaleido
- transformers[torch] # needed?
- accelerate>=0.20.1 # needed?
- xformers
- tabulate