-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconda_env.yml
42 lines (42 loc) · 997 Bytes
/
conda_env.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
name: brainnet
channels:
- defaults
- pytorch
- nvidia
- xformers
- conda-forge
dependencies:
- python=3.9
- pytorch::pytorch=2.0.0
- pytorch::pytorch-cuda=11.7.0
- pytorch::torchvision=0.15.0
- numpy
- pillow
- omegaconf
- torchmetrics=0.10.3
- fvcore
- iopath
- xformers::xformers=0.0.18
- pip
- pip:
- git+https://github.com/facebookincubator/submitit
- --extra-index-url https://pypi.nvidia.com
- cuml-cu11
- setuptools
- wheel
- cython
- yacs
- pytorch-lightning==1.9.4
- matplotlib
- colorstamps
- nilearn
- scipy
- fast-pytorch-kmeans
- einops
- colorstamps
- open_clip_torch==2.20.0
- git+https://github.com/facebookresearch/segment-anything.git@6fdee8f2727f4506cfbbe553e23b895e27956588
- git+https://github.com/facebookresearch/dinov2.git@ebc1cba1096de0a5388527817cf1e5d4d3896699
- timm==0.9.2
- pycortex
- git+https://github.com/huzeyann/BrainDecodesDeepNets.git@main