-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathenvironment.yml
More file actions
49 lines (49 loc) · 1.32 KB
/
environment.yml
File metadata and controls
49 lines (49 loc) · 1.32 KB
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
name: eyebench
channels:
- pytorch
- huggingface
- nvidia
- conda-forge
- defaults
dependencies:
- python=3.12.10
- pandas=2.2.3
- seaborn=0.13.2
- matplotlib=3.10.1
- numpy=2.2.4
- transformers=4.47.1
- pytorch=2.5.1
- pytorch-cuda=12.4
- pyarrow=19.0.1
- pyyaml=6.0.2
- datasets=3.5.0
- lightning=2.5.1
- scikit-learn=1.6.1
- pip=25.0.1
- wordfreq=3.1.1
- wandb=0.23.1
- pre-commit=4.2.0
- ruff=0.11.6
- hydra-core=1.3.2
- ipykernel=6.29.5
- beartype=0.20.2
- mypy=1.15.0
- pandas-stubs=2.2.3
- types-tqdm=4.67.0
- py-xgboost=3.0.0
- gpustat=1.1.1
- ipywidgets=8.1.6
- accelerate=1.5.2
- typed-argument-parser=1.10.1
- loguru=0.7.2
- peft=0.15.2
- spacy=3.8.5
- pytorch-metric-learning=2.9.0
- rdata=1.0.0
- pip:
- -e . # For development purposes
- pymovements==0.25.0
- git+https://github.com/lacclab/text-metrics.git
- en_core_web_sm@https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.8.0/en_core_web_sm-3.8.0-py3-none-any.whl
- da_core_news_sm@https://github.com/explosion/spacy-models/releases/download/da_core_news_sm-3.8.0/da_core_news_sm-3.8.0-py3-none-any.whl
- de_core_news_sm@https://github.com/explosion/spacy-models/releases/download/de_core_news_sm-3.8.0/de_core_news_sm-3.8.0-py3-none-any.whl