-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
106 lines (106 loc) · 1.99 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
name: pruning_env
channels:
- pytorch
- nvidia
- conda-forge
- defaults
dependencies:
- _libgcc_mutex=0.1
- _openmp_mutex=4.5
- blas=1.0
- brotli-python=1.0.9
- bzip2=1.0.8
- ca-certificates=2024.7.4
- certifi=2024.7.4
- charset-normalizer=3.3.2
- colorama=0.4.6
- 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
- cuda-version=12.6
- ffmpeg=4.3
- filelock=3.13.1
- freetype=2.12.1
- gmp=6.2.1
- gmpy2=2.1.2
- gnutls=3.6.15
- idna=3.7
- intel-openmp=2023.1.0
- jinja2=3.1.4
- 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.11.0.15
- libcurand=10.3.7.37
- libcusolver=11.4.1.48
- libcusparse=11.7.5.86
- libdeflate=1.17
- libffi=3.4.4
- libgcc-ng=14.1.0
- libgomp=14.1.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
- libwebp-base=1.3.2
- llvm-openmp=14.0.6
- lz4-c=1.9.4
- markupsafe=2.1.3
- 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.2.1
- numpy=1.26.4
- numpy-base=1.26.4
- openh264=2.1.1
- openjpeg=2.5.2
- openssl=3.3.1
- pillow=10.4.0
- pip=24.2
- pysocks=1.7.1
- python=3.9.19
- pytorch=2.4.0
- pytorch-cuda=11.8
- pytorch-model-summary=0.1.1
- pytorch-mutex=1.0
- pyyaml=6.0.1
- readline=8.2
- requests=2.32.3
- setuptools=72.1.0
- sqlite=3.45.3
- sympy=1.12
- tbb=2021.8.0
- tk=8.6.14
- torchaudio=2.4.0
- torchtriton=3.0.0
- torchvision=0.19.0
- tqdm=4.66.5
- typing_extensions=4.11.0
- tzdata=2024a
- urllib3=2.2.2
- wheel=0.43.0
- xz=5.4.6
- yaml=0.2.5
- zlib=1.2.13
- zstd=1.5.5
- pip:
- torchsummary==1.5.1