Skip to content

Commit 47e7026

Browse files
new parent image (#49)
1 parent 56dfa33 commit 47e7026

File tree

3 files changed

+60
-19
lines changed

3 files changed

+60
-19
lines changed

gpu-requirements.txt

Lines changed: 48 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,27 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.9
3-
# To update, run:
2+
# This file is autogenerated by pip-compile with Python 3.9
3+
# by the following command:
44
#
55
# pip-compile --output-file=gpu-requirements.txt requirements/gpu-requirements.in
66
#
77
--extra-index-url https://download.pytorch.org/whl/cu113
88

9+
aiohttp==3.8.4
10+
# via
11+
# cohere
12+
# openai
13+
aiosignal==1.3.1
14+
# via aiohttp
915
anyio==3.7.0
1016
# via
1117
# -r requirements/torch-cuda-requirements.txt
1218
# starlette
19+
async-timeout==4.0.2
20+
# via aiohttp
21+
attrs==23.1.0
22+
# via aiohttp
23+
backoff==2.2.1
24+
# via cohere
1325
blis==0.7.9
1426
# via thinc
1527
boto3==1.25.0
@@ -32,42 +44,49 @@ certifi==2023.5.7
3244
charset-normalizer==3.1.0
3345
# via
3446
# -r requirements/torch-cuda-requirements.txt
47+
# aiohttp
3548
# requests
3649
click==8.1.3
3750
# via
3851
# -r requirements/torch-cuda-requirements.txt
3952
# nltk
4053
# typer
4154
# uvicorn
55+
cohere==4.11.2
56+
# via embedders
4257
confection==0.0.3
4358
# via thinc
4459
cymem==2.0.7
4560
# via
4661
# preshed
4762
# spacy
4863
# thinc
49-
embedders==0.0.18
64+
embedders==0.1.4
5065
# via -r requirements/gpu-requirements.in
5166
exceptiongroup==1.1.1
5267
# via
5368
# -r requirements/torch-cuda-requirements.txt
5469
# anyio
5570
fastapi==0.95.2
5671
# via -r requirements/torch-cuda-requirements.txt
57-
filelock==3.12.0
72+
filelock==3.12.2
5873
# via
5974
# -r requirements/torch-cuda-requirements.txt
6075
# huggingface-hub
6176
# transformers
62-
fsspec==2023.5.0
77+
frozenlist==1.3.3
78+
# via
79+
# aiohttp
80+
# aiosignal
81+
fsspec==2023.6.0
6382
# via
6483
# -r requirements/torch-cuda-requirements.txt
6584
# huggingface-hub
6685
h11==0.14.0
6786
# via
6887
# -r requirements/torch-cuda-requirements.txt
6988
# uvicorn
70-
huggingface-hub==0.14.1
89+
huggingface-hub==0.15.1
7190
# via
7291
# -r requirements/torch-cuda-requirements.txt
7392
# sentence-transformers
@@ -77,6 +96,9 @@ idna==3.4
7796
# -r requirements/torch-cuda-requirements.txt
7897
# anyio
7998
# requests
99+
# yarl
100+
importlib-metadata==6.7.0
101+
# via cohere
80102
jinja2==3.1.2
81103
# via spacy
82104
jmespath==1.0.1
@@ -94,6 +116,10 @@ markupsafe==2.1.1
94116
# via jinja2
95117
minio==7.1.12
96118
# via -r requirements/torch-cuda-requirements.txt
119+
multidict==6.0.4
120+
# via
121+
# aiohttp
122+
# yarl
97123
murmurhash==1.0.9
98124
# via
99125
# preshed
@@ -114,6 +140,8 @@ numpy==1.23.4
114140
# thinc
115141
# torchvision
116142
# transformers
143+
openai==0.27.8
144+
# via embedders
117145
packaging==23.1
118146
# via
119147
# -r requirements/torch-cuda-requirements.txt
@@ -153,22 +181,28 @@ pyyaml==6.0
153181
# -r requirements/torch-cuda-requirements.txt
154182
# huggingface-hub
155183
# transformers
156-
regex==2023.5.5
184+
regex==2023.6.3
157185
# via
158186
# -r requirements/torch-cuda-requirements.txt
159187
# nltk
160188
# transformers
161189
requests==2.31.0
162190
# via
163191
# -r requirements/torch-cuda-requirements.txt
192+
# cohere
164193
# huggingface-hub
194+
# openai
165195
# spacy
166196
# torchvision
167197
# transformers
168198
s3transfer==0.6.1
169199
# via
170200
# -r requirements/torch-cuda-requirements.txt
171201
# boto3
202+
safetensors==0.3.1
203+
# via
204+
# -r requirements/torch-cuda-requirements.txt
205+
# transformers
172206
scikit-learn==1.1.3
173207
# via
174208
# embedders
@@ -234,10 +268,11 @@ tqdm==4.65.0
234268
# embedders
235269
# huggingface-hub
236270
# nltk
271+
# openai
237272
# sentence-transformers
238273
# spacy
239274
# transformers
240-
transformers==4.23.1
275+
transformers==4.30.0
241276
# via
242277
# -r requirements/torch-cuda-requirements.txt
243278
# embedders
@@ -246,7 +281,7 @@ typer==0.4.2
246281
# via
247282
# pathy
248283
# spacy
249-
typing-extensions==4.6.2
284+
typing-extensions==4.6.3
250285
# via
251286
# -r requirements/torch-cuda-requirements.txt
252287
# huggingface-hub
@@ -267,6 +302,10 @@ wasabi==0.10.1
267302
# spacy
268303
# spacy-loggers
269304
# thinc
305+
yarl==1.9.2
306+
# via aiohttp
307+
zipp==3.15.0
308+
# via importlib-metadata
270309

271310
# The following packages are considered to be unsafe in a requirements file:
272311
# setuptools

gpu.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM kernai/refinery-parent-images:v1.11.0-torch-cuda
1+
FROM kernai/refinery-parent-images:v1.12.0-torch-cuda
22

33
WORKDIR /program
44

requirements/torch-cuda-requirements.txt

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.9
3-
# To update, run:
2+
# This file is autogenerated by pip-compile with Python 3.9
3+
# by the following command:
44
#
55
# pip-compile torch-cuda-requirements.in
66
#
@@ -26,15 +26,15 @@ exceptiongroup==1.1.1
2626
# via anyio
2727
fastapi==0.95.2
2828
# via -r mini-requirements.in
29-
filelock==3.12.0
29+
filelock==3.12.2
3030
# via
3131
# huggingface-hub
3232
# transformers
33-
fsspec==2023.5.0
33+
fsspec==2023.6.0
3434
# via huggingface-hub
3535
h11==0.14.0
3636
# via uvicorn
37-
huggingface-hub==0.14.1
37+
huggingface-hub==0.15.1
3838
# via transformers
3939
idna==3.4
4040
# via
@@ -73,7 +73,7 @@ pyyaml==6.0
7373
# via
7474
# huggingface-hub
7575
# transformers
76-
regex==2023.5.5
76+
regex==2023.6.3
7777
# via transformers
7878
requests==2.31.0
7979
# via
@@ -82,6 +82,8 @@ requests==2.31.0
8282
# transformers
8383
s3transfer==0.6.1
8484
# via boto3
85+
safetensors==0.3.1
86+
# via transformers
8587
six==1.16.0
8688
# via python-dateutil
8789
sniffio==1.3.0
@@ -98,9 +100,9 @@ tqdm==4.65.0
98100
# via
99101
# huggingface-hub
100102
# transformers
101-
transformers==4.23.1
103+
transformers==4.30.0
102104
# via -r torch-cuda-requirements.in
103-
typing-extensions==4.6.2
105+
typing-extensions==4.6.3
104106
# via
105107
# huggingface-hub
106108
# pydantic
@@ -112,4 +114,4 @@ urllib3==1.26.16
112114
# minio
113115
# requests
114116
uvicorn==0.22.0
115-
# via -r mini-requirements.in
117+
# via -r mini-requirements.in

0 commit comments

Comments
 (0)