-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yaml
155 lines (155 loc) · 8.12 KB
/
environment.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
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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
name: ai-server
channels:
- pytorch
- defaults
dependencies:
- blas=1.0=mkl
- brotlipy=0.7.0=py38h2bbff1b_1003
- ca-certificates=2022.07.19=haa95532_0
- certifi=2022.9.14=py38haa95532_0
- cffi=1.15.1=py38h2bbff1b_0
- cryptography=37.0.1=py38h21b164f_0
- cudatoolkit=11.3.1=h59b6b97_2
- freetype=2.10.4=hd328e21_0
- intel-openmp=2021.4.0=haa95532_3556
- jpeg=9e=h2bbff1b_0
- lerc=3.0=hd77b12b_0
- libdeflate=1.8=h2bbff1b_5
- libpng=1.6.37=h2a8f88b_0
- libtiff=4.4.0=h8a3f274_0
- libuv=1.40.0=he774522_0
- libwebp=1.2.2=h2bbff1b_0
- lz4-c=1.9.3=h2bbff1b_1
- mkl=2021.4.0=haa95532_640
- mkl-service=2.4.0=py38h2bbff1b_0
- mkl_fft=1.3.1=py38h277e83a_0
- mkl_random=1.2.2=py38hf11a4ad_0
- numpy-base=1.23.1=py38hca35cd5_0
- openssl=1.1.1q=h2bbff1b_0
- pip=22.1.2=py38haa95532_0
- pycparser=2.21=pyhd3eb1b0_0
- pyopenssl=22.0.0=pyhd3eb1b0_0
- pysocks=1.7.1=py38haa95532_0
- python=3.8.13=h6244533_0
- pytorch=1.12.0=py3.8_cuda11.3_cudnn8_0
- pytorch-mutex=1.0=cuda
- requests=2.28.1=py38haa95532_0
- setuptools=63.4.1=py38haa95532_0
- six=1.16.0=pyhd3eb1b0_1
- sqlite=3.39.2=h2bbff1b_0
- tk=8.6.12=h2bbff1b_0
- torchaudio=0.12.0=py38_cu113
- typing_extensions=4.3.0=py38haa95532_0
- vc=14.2=h21ff451_1
- vs2015_runtime=14.27.29016=h5e58377_2
- wheel=0.37.1=pyhd3eb1b0_0
- win_inet_pton=1.1.0=py38haa95532_0
- wincertstore=0.2=py38haa95532_2
- xz=5.2.5=h8cc25b3_1
- zlib=1.2.12=h8cc25b3_3
- zstd=1.5.2=h19a0ad4_0
- pip:
- aiohttp==3.8.3
- aiosignal==1.2.0
- anyio==3.6.1
- appdirs==1.4.4
- asgiref==3.5.2
- async-timeout==4.0.2
- atomicwrites==1.4.1
- attrs==22.1.0
- bentoml==1.0.2
- boto3==1.24.77
- botocore==1.27.79
- build==0.8.0
- cattrs==22.1.0
- charset-normalizer==2.1.1
- circus==0.17.1
- click==8.1.3
- cloudpickle==2.2.0
- colorama==0.4.5
- commonmark==0.9.1
- contextlib2==21.6.0
- coverage==6.4.4
- datasets==2.5.1
- deepmerge==1.0.1
- deprecated==1.2.13
- dill==0.3.5.1
- exceptiongroup==1.0.0rc9
- filelock==3.8.0
- frozenlist==1.3.1
- fs==2.4.16
- fsspec==2022.8.2
- h11==0.13.0
- huggingface-hub==0.9.1
- idna==3.4
- iniconfig==1.1.1
- jinja2==3.1.2
- jmespath==1.0.1
- joblib==1.2.0
- markupsafe==2.1.1
- multidict==6.0.2
- multiprocess==0.70.13
- nltk==3.7
- numpy==1.23.3
- openprompt==1.0.1
- opentelemetry-api==1.9.0
- opentelemetry-instrumentation==0.28b0
- opentelemetry-instrumentation-aiohttp-client==0.28b0
- opentelemetry-instrumentation-asgi==0.28b0
- opentelemetry-sdk==1.9.0
- opentelemetry-semantic-conventions==0.28b0
- opentelemetry-util-http==0.28b0
- packaging==21.3
- pandas==1.4.3
- pathspec==0.10.1
- pep517==0.13.0
- pillow==9.2.0
- pip-tools==6.8.0
- pluggy==1.0.0
- prometheus-client==0.13.1
- protobuf==3.20.1
- psutil==5.9.2
- py==1.11.0
- pyarrow==9.0.0
- pydantic==1.9.2
- pygments==2.13.0
- pynvml==11.4.1
- pyparsing==3.0.9
- pytest==7.1.2
- pytest-asyncio==0.19.0
- pytest-cov==3.0.0
- python-dateutil==2.8.2
- python-dotenv==0.21.0
- python-multipart==0.0.5
- pytz==2022.2.1
- pyyaml==6.0
- pyzmq==24.0.1
- regex==2022.9.13
- responses==0.18.0
- rich==12.5.1
- rouge==1.0.0
- s3transfer==0.6.0
- schema==0.7.5
- scikit-learn==1.1.2
- scipy==1.9.1
- sentence-transformers==2.2.2
- sentencepiece==0.1.96
- simple-di==0.1.5
- sniffio==1.3.0
- starlette==0.20.4
- tensorboardx==2.5.1
- threadpoolctl==3.1.0
- tokenizers==0.12.1
- tomli==2.0.1
- torch==1.12.1
- torchvision==0.13.1
- tornado==6.2
- tqdm==4.64.1
- transformers==4.22.1
- urllib3==1.26.12
- uvicorn==0.18.3
- watchfiles==0.17.0
- wrapt==1.14.1
- xxhash==3.0.0
- yacs==0.1.8
- yarl==1.8.1