forked from Teja10/optix8_template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
140 lines (140 loc) · 2.92 KB
/
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
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
name: pytorch-env
channels:
- anaconda
- pytorch
- nvidia
- defaults
dependencies:
- _libgcc_mutex=0.1
- _openmp_mutex=5.1
- blas=1.0
- brotli-python=1.0.9
- bzip2=1.0.8
- ca-certificates=2023.08.22
- certifi=2023.11.17
- cffi=1.16.0
- charset-normalizer=2.0.4
- cryptography=41.0.3
- cuda-cudart=11.8.89
- cuda-cupti=11.8.87
- cuda-libraries=11.8.0
- cuda-nvrtc=11.8.89
- cuda-nvtx=11.8.86
- cuda-runtime=11.8.0
- ffmpeg=4.3
- filelock=3.13.1
- freetype=2.12.1
- giflib=5.2.1
- gmp=6.2.1
- gmpy2=2.1.2
- gnutls=3.6.15
- idna=3.4
- intel-openmp=2023.1.0
- jinja2=3.1.2
- jpeg=9e
- lame=3.100
- lcms2=2.12
- ld_impl_linux-64=2.38
- lerc=3.0
- libcublas=11.11.3.6
- libcufft=10.9.0.58
- libcufile=1.8.1.2
- libcurand=10.3.4.101
- libcusolver=11.4.1.48
- libcusparse=11.7.5.86
- libdeflate=1.17
- libdrm-cos6-x86_64=2.4.65
- libffi=3.4.4
- libgcc-ng=11.2.0
- libgomp=11.2.0
- libiconv=1.16
- libidn2=2.3.4
- libjpeg-turbo=2.0.0
- libnpp=11.8.0.86
- libnvjpeg=11.9.0.86
- libpng=1.6.39
- libstdcxx-ng=11.2.0
- libtasn1=4.19.0
- libtiff=4.5.1
- libunistring=0.9.10
- libuuid=1.41.5
- libwebp=1.3.2
- libwebp-base=1.3.2
- libx11-common-cos6-x86_64=1.6.4
- libx11-cos6-x86_64=1.6.4
- llvm-openmp=14.0.6
- lz4-c=1.9.4
- markupsafe=2.1.1
- mesa-dri-drivers-cos6-x86_64=11.0.7
- mesa-dri1-drivers-cos6-x86_64=7.11
- mesa-libgl-cos6-x86_64=11.0.7
- mesa-libgl-devel-cos6-x86_64=11.0.7
- mkl=2023.1.0
- mkl-service=2.4.0
- mkl_fft=1.3.8
- mkl_random=1.2.4
- mpc=1.1.0
- mpfr=4.0.2
- mpmath=1.3.0
- ncurses=6.4
- nettle=3.7.3
- networkx=3.1
- numpy=1.26.2
- numpy-base=1.26.2
- openh264=2.1.1
- openjpeg=2.4.0
- openssl=3.0.12
- pillow=10.0.1
- pip=23.3.1
- pycparser=2.21
- pyopenssl=23.2.0
- pysocks=1.7.1
- python=3.11.5
- pytorch=2.1.1
- pytorch-cuda=11.8
- pytorch-mutex=1.0
- pyyaml=6.0.1
- readline=8.2
- requests=2.31.0
- setuptools=68.0.0
- sqlite=3.41.2
- sympy=1.12
- tbb=2021.8.0
- tk=8.6.12
- torchaudio=2.1.1
- torchtriton=2.1.0
- torchvision=0.16.1
- typing_extensions=4.7.1
- tzdata=2023c
- urllib3=1.26.18
- wheel=0.41.2
- xz=5.4.5
- yaml=0.2.5
- zlib=1.2.13
- zstd=1.5.5
- pip:
- build-test==0.0.1
- contourpy==1.2.0
- cycler==0.12.1
- diff-gaussian-renderer==1.0.0
- distro==1.8.0
- fonttools==4.46.0
- joblib==1.3.2
- kiwisolver==1.4.5
- lltm-extension==0.0.1
- matplotlib==3.8.2
- packaging==23.2
- plyfile==1.0.2
- pyglet==2.0.10
- pyopengl==3.1.7
- pyopengl-accelerate==3.1.7
- pyparsing==3.1.1
- python-dateutil==2.8.2
- saxpy-cpp==1.0.0
- scikit-build==0.17.6
- scikit-learn==1.3.2
- scipy==1.11.4
- six==1.16.0
- test-extension==0.0.1
- threadpoolctl==3.2.0
prefix: /home/teja/miniconda3/envs/pytorch-env