-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathenvironment.yaml
More file actions
50 lines (50 loc) · 960 Bytes
/
environment.yaml
File metadata and controls
50 lines (50 loc) · 960 Bytes
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
name: mmmm
channels:
- conda-forge
- pytorch
- nvidia
- defaults
dependencies:
- python=3.11
- numpy<2
- scikit-learn
- pytorch::pytorch<2.4 # vllm compatible
- pytorch::pytorch-cuda=12.1
- pytorch::torchvision
- ocl-icd-system # https://github.com/conda-forge/openvino-feedstock/pull/73
- einops
- lightning
- monai
- torchmetrics
- transformers
- peft
- sentencepiece
- timm
- wandb
- cytoolz
- llvm-openmp<16 # https://github.com/pytorch/pytorch/issues/99625
- ninja # to load C++ extensions
- pandas
- pyarrow # https://github.com/pandas-dev/pandas/issues/54466
- openpyxl
- seaborn
- nibabel
- pydicom
- itk
- zstandard
- jsonargparse
- omegaconf
- mashumaro
- orjson
- pip
- pip:
- xformers==v0.0.27 -i https://download.pytorch.org/whl/cu121 # not using PyTorch 2.4 and no pre-built binary for v0.0.27.post*
- vllm
- pynrrd
- pylidc # for LIDC data
# for evaluation
- evaluate
- radgraph
- rouge_score
- bert_score
- fast-bleu