forked from facebookresearch/xformers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment_conda.yaml
77 lines (77 loc) · 2.06 KB
/
environment_conda.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
name: xformers
channels:
- conda-forge
- defaults
dependencies:
- _libgcc_mutex=0.1=conda_forge
- _openmp_mutex=4.5=2_gnu
- binutils_impl_linux-64=2.36.1=h193b22a_2
- bzip2=1.0.8=h7f98852_4
- ca-certificates=2022.6.15=ha878542_0
- cudatoolkit=11.3.1=h9edb442_10
- cudatoolkit-dev=11.3.1=py38h497a2fe_0
- gcc=9.4.0=h192d537_10
- gcc_impl_linux-64=9.4.0=h03d3576_16
- gxx=9.4.0=h192d537_10
- gxx_impl_linux-64=9.4.0=h03d3576_16
- kernel-headers_linux-64=2.6.32=he073ed8_15
- ld_impl_linux-64=2.36.1=hea4e1c9_2
- libffi=3.4.2=h7f98852_5
- libgcc-devel_linux-64=9.4.0=hd854feb_16
- libgcc-ng=12.1.0=h8d9b700_16
- libgomp=12.1.0=h8d9b700_16
- libnsl=2.0.0=h7f98852_0
- libsanitizer=9.4.0=h79bfe98_16
- libstdcxx-devel_linux-64=9.4.0=hd854feb_16
- libstdcxx-ng=12.1.0=ha89aaad_16
- libuuid=2.32.1=h7f98852_1000
- libzlib=1.2.12=h166bdaf_1
- ncurses=6.3=h27087fc_1
- openssl=3.0.4=h166bdaf_2
- pip=22.1.2=pyhd8ed1ab_0
- python=3.8.13=ha86cf86_0_cpython
- python_abi=3.8=2_cp38
- readline=8.1.2=h0f457ee_0
- setuptools=62.6.0=py38h578d9bd_0
- sqlite=3.39.0=h4ff8645_0
- sysroot_linux-64=2.12=he073ed8_15
- tk=8.6.12=h27826a3_0
- wheel=0.37.1=pyhd8ed1ab_0
- xz=5.2.5=h516909a_1
- zlib=1.2.12=h166bdaf_1
- pip:
- black==22.6.0
- certifi==2022.6.15
- cfgv==3.3.1
- charset-normalizer==2.1.0
- click==8.1.3
- distlib==0.3.4
- filelock==3.7.1
- flake8==4.0.1
- identify==2.5.1
- idna==3.3
- mccabe==0.6.1
- mypy==0.961
- mypy-extensions==0.4.3
- nodeenv==1.7.0
- numpy==1.23.0
- pathspec==0.9.0
- pillow==9.2.0
- platformdirs==2.5.2
- pre-commit==2.19.0
- pycodestyle==2.8.0
- pyflakes==2.4.0
- pyre-extensions==0.0.23
- pyyaml==6.0
- requests==2.28.1
- six==1.16.0
- toml==0.10.2
- tomli==2.0.1
- torch==1.12.0+cu113
- torchaudio==0.12.0+cu113
- torchvision==0.13.0+cu113
- typing-extensions==4.3.0
- typing-inspect==0.7.1
- urllib3==1.26.9
- virtualenv==20.15.1
prefix: /home/lefaudeux/.conda/envs/xformers