ryefoxlime commited on
Commit
9de35b0
1 Parent(s): dca99f4

added basic files and updated env

Browse files
.python-version CHANGED
@@ -1 +1 @@
1
- 3.11
 
1
+ 3.11.10
FER/models/__init__.py ADDED
File without changes
FER/prediction.py CHANGED
@@ -1,5 +1,9 @@
1
- from main import *
 
 
2
  from deepface import DeepFace
 
 
3
 
4
  # Checking for all types of devices available
5
  if torch.backends.mps.is_available():
@@ -95,7 +99,7 @@ def predict(model, image_path):
95
 
96
  print(
97
  f"-->Image Path {image_path} [!] The predicted labels are {y_pred} and the label is {labels}"
98
- )
99
  return
100
 
101
 
 
1
+ from models.PosterV2_7cls import pyramid_trans_expr2
2
+ import torch
3
+ import os
4
  from deepface import DeepFace
5
+ from torchvision import transforms
6
+ import numpy as np
7
 
8
  # Checking for all types of devices available
9
  if torch.backends.mps.is_available():
 
99
 
100
  print(
101
  f"-->Image Path {image_path} [!] The predicted labels are {y_pred} and the label is {labels}"
102
+ )
103
  return
104
 
105
 
Gemma2_2B/__init__.py ADDED
File without changes
Gemma2_2B/finetune.py ADDED
File without changes
Gemma2_2B/inference.py ADDED
File without changes
pyproject.toml CHANGED
@@ -5,24 +5,129 @@ description = "Add your description here"
5
  readme = "README.md"
6
  requires-python = ">=3.11"
7
  dependencies = [
8
- "huggingface-hub>=0.26.2",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  "torch==2.5.1+cu124",
10
  "torchaudio==2.5.1+cu124",
 
11
  "torchvision==0.20.1+cu124",
 
 
 
 
 
 
 
 
 
 
 
 
12
  ]
13
 
14
- [tool.uv.sources]
15
- torch = {index = "pytorch"}
16
- torchaudio = {index = "pytorch"}
17
- torchvision = {index = "pytorch"}
18
- cudf-cu12 = {index = "pandas_cuda"}
19
-
20
  [[tool.uv.index]]
21
- name = "pytorch"
22
  url = "https://download.pytorch.org/whl/cu124"
23
- explicit = true
24
-
25
- [[tool.uv.index]]
26
- name = "pandas_cuda"
27
- url = "https://pypi.nvidia.com"
28
- explicit = true
 
5
  readme = "README.md"
6
  requires-python = ">=3.11"
7
  dependencies = [
8
+ "absl-py==2.1.0",
9
+ "accelerate==1.1.1",
10
+ "aiohappyeyeballs==2.4.3",
11
+ "aiohttp==3.10.10",
12
+ "aiosignal==1.3.1",
13
+ "astunparse==1.6.3",
14
+ "attrs==24.2.0",
15
+ "beautifulsoup4==4.12.3",
16
+ "bitsandbytes==0.44.1",
17
+ "blinker==1.9.0",
18
+ "certifi==2024.8.30",
19
+ "charset-normalizer==3.4.0",
20
+ "click==8.1.7",
21
+ "colorama==0.4.6",
22
+ "colorama==0.4.6 ; platform_system == 'Windows'",
23
+ "contourpy==1.3.0",
24
+ "cycler==0.12.1",
25
+ "datasets==3.1.0",
26
+ "deepface==0.0.93",
27
+ "dill==0.3.8",
28
+ "filelock==3.16.1",
29
+ "fire==0.7.0",
30
+ "flask-cors==5.0.0",
31
+ "flask==3.0.3",
32
+ "flatbuffers==24.3.25",
33
+ "fonttools==4.54.1",
34
+ "frozenlist==1.5.0",
35
+ "fsspec==2024.9.0",
36
+ "gast==0.6.0",
37
+ "gdown==5.2.0",
38
+ "google-pasta==0.2.0",
39
+ "grpcio==1.67.1",
40
+ "gunicorn==23.0.0",
41
+ "h5py==3.12.1",
42
+ "huggingface-hub==0.26.2",
43
+ "idna==3.10",
44
+ "itsdangerous==2.2.0",
45
+ "jinja2==3.1.4",
46
+ "joblib==1.4.2",
47
+ "jsonlines==4.0.0",
48
+ "keras==3.6.0",
49
+ "kiwisolver==1.4.7",
50
+ "libclang==18.1.1",
51
+ "lz4==4.3.3",
52
+ "markdown-it-py==3.0.0",
53
+ "markdown==3.7",
54
+ "markupsafe==3.0.1",
55
+ "matplotlib==3.9.2",
56
+ "mdurl==0.1.2",
57
+ "ml-dtypes==0.4.1",
58
+ "mpmath==1.3.0",
59
+ "mtcnn==1.0.0",
60
+ "multidict==6.1.0",
61
+ "multiprocess==0.70.16",
62
+ "namex==0.0.8",
63
+ "networkx==3.4.2",
64
+ "numpy==2.0.2",
65
+ "nvidia-cublas-cu12==12.4.5.8 ; platform_machine == 'x86_64' and platform_system == 'Linux'",
66
+ "nvidia-cuda-cupti-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux'",
67
+ "nvidia-cuda-nvrtc-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux'",
68
+ "nvidia-cuda-runtime-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux'",
69
+ "nvidia-cudnn-cu12==9.1.0.70 ; platform_machine == 'x86_64' and platform_system == 'Linux'",
70
+ "nvidia-cufft-cu12==11.2.1.3 ; platform_machine == 'x86_64' and platform_system == 'Linux'",
71
+ "nvidia-curand-cu12==10.3.5.147 ; platform_machine == 'x86_64' and platform_system == 'Linux'",
72
+ "nvidia-cusolver-cu12==11.6.1.9 ; platform_machine == 'x86_64' and platform_system == 'Linux'",
73
+ "nvidia-cusparse-cu12==12.3.1.170 ; platform_machine == 'x86_64' and platform_system == 'Linux'",
74
+ "nvidia-nccl-cu12==2.21.5 ; platform_machine == 'x86_64' and platform_system == 'Linux'",
75
+ "nvidia-nvjitlink-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux'",
76
+ "nvidia-nvtx-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux'",
77
+ "opencv-python==4.10.0.84",
78
+ "opt-einsum==3.4.0",
79
+ "optree==0.13.0",
80
+ "packaging==24.2",
81
+ "pandas==2.2.3",
82
+ "peft==0.13.2",
83
+ "pillow==11.0.0",
84
+ "propcache==0.2.0",
85
+ "protobuf==5.28.3",
86
+ "psutil==6.1.0",
87
+ "pyarrow==18.0.0",
88
+ "pygments==2.18.0",
89
+ "pyparsing==3.2.0",
90
+ "pysocks==1.7.1",
91
+ "python-dateutil==2.9.0.post0",
92
+ "pytz==2024.2",
93
+ "pyyaml==6.0.2",
94
+ "regex==2024.11.6",
95
+ "requests==2.32.3",
96
+ "retina-face==0.0.17",
97
+ "rich==13.9.4",
98
+ "safetensors==0.4.5",
99
+ "scikit-learn==1.5.2",
100
+ "scipy==1.14.1",
101
+ "setuptools==75.4.0",
102
+ "six==1.16.0",
103
+ "soupsieve==2.6",
104
+ "sympy==1.13.1",
105
+ "tensorboard-data-server==0.7.2",
106
+ "tensorboard==2.18.0",
107
+ "tensorflow-intel==2.18.0",
108
+ "tensorflow-io-gcs-filesystem==0.31.0",
109
+ "tensorflow-io-gcs-filesystem==0.31.0 ; python_full_version < '3.12'",
110
+ "tensorflow==2.18.0",
111
+ "termcolor==2.5.0",
112
+ "threadpoolctl==3.5.0",
113
+ "tokenizers==0.20.3",
114
  "torch==2.5.1+cu124",
115
  "torchaudio==2.5.1+cu124",
116
+ "torchsampler==0.1.2",
117
  "torchvision==0.20.1+cu124",
118
+ "tqdm==4.67.0",
119
+ "transformers==4.46.2",
120
+ "triton==3.1.0 ; python_full_version < '3.13' and platform_machine == 'x86_64' and platform_system == 'Linux'",
121
+ "trl==0.12.0",
122
+ "typing-extensions==4.12.2",
123
+ "tzdata==2024.2",
124
+ "urllib3==2.2.3",
125
+ "werkzeug==3.1.3",
126
+ "wheel==0.45.0",
127
+ "wrapt==1.16.0",
128
+ "xxhash==3.5.0",
129
+ "yarl==1.17.1",
130
  ]
131
 
 
 
 
 
 
 
132
  [[tool.uv.index]]
 
133
  url = "https://download.pytorch.org/whl/cu124"
 
 
 
 
 
 
requirements.in ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ -i https://pypi.org/simple
2
+ --extra-index-url https://download.pytorch.org/whl/cu124
3
+ huggingface-hub==0.26.2
4
+ scikit-learn==1.5.2
5
+ torch==2.5.1+cu124
6
+ torchaudio==2.5.1+cu124
7
+ torchsampler==0.1.2
8
+ torchvision==0.20.1+cu124
9
+ matplotlib==3.9.2
10
+ deepface==0.0.93
11
+ transformers==4.46.2
12
+ datasets==3.1.0
13
+ peft==0.13.2
14
+ trl==0.12.0
15
+ bitsandbytes==0.44.1
16
+ accelerate==1.1.1
17
+ tensorboard==2.18.0
18
+ jsonlines==4.0.0
requirements.txt ADDED
@@ -0,0 +1,402 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # This file was autogenerated by uv via the following command:
2
+ # uv pip compile requirements.in -o requirements.txt --python-version 3.11.10 --index-strategy unsafe-best-match --universal
3
+ absl-py==2.1.0
4
+ # via
5
+ # keras
6
+ # tensorboard
7
+ # tensorflow
8
+ accelerate==1.1.1
9
+ # via
10
+ # -r requirements.in
11
+ # peft
12
+ # trl
13
+ aiohappyeyeballs==2.4.3
14
+ # via aiohttp
15
+ aiohttp==3.10.10
16
+ # via
17
+ # datasets
18
+ # fsspec
19
+ aiosignal==1.3.1
20
+ # via aiohttp
21
+ astunparse==1.6.3
22
+ # via tensorflow
23
+ attrs==24.2.0
24
+ # via
25
+ # aiohttp
26
+ # jsonlines
27
+ beautifulsoup4==4.12.3
28
+ # via gdown
29
+ bitsandbytes==0.44.1
30
+ # via -r requirements.in
31
+ blinker==1.9.0
32
+ # via flask
33
+ certifi==2024.8.30
34
+ # via requests
35
+ charset-normalizer==3.4.0
36
+ # via requests
37
+ click==8.1.7
38
+ # via flask
39
+ colorama==0.4.6 ; platform_system == 'Windows'
40
+ # via
41
+ # click
42
+ # tqdm
43
+ contourpy==1.3.0
44
+ # via matplotlib
45
+ cycler==0.12.1
46
+ # via matplotlib
47
+ datasets==3.1.0
48
+ # via
49
+ # -r requirements.in
50
+ # trl
51
+ deepface==0.0.93
52
+ # via -r requirements.in
53
+ dill==0.3.8
54
+ # via
55
+ # datasets
56
+ # multiprocess
57
+ filelock==3.16.1
58
+ # via
59
+ # datasets
60
+ # gdown
61
+ # huggingface-hub
62
+ # torch
63
+ # transformers
64
+ # triton
65
+ fire==0.7.0
66
+ # via deepface
67
+ flask==3.0.3
68
+ # via
69
+ # deepface
70
+ # flask-cors
71
+ flask-cors==5.0.0
72
+ # via deepface
73
+ flatbuffers==24.3.25
74
+ # via tensorflow
75
+ fonttools==4.54.1
76
+ # via matplotlib
77
+ frozenlist==1.5.0
78
+ # via
79
+ # aiohttp
80
+ # aiosignal
81
+ fsspec==2024.9.0
82
+ # via
83
+ # datasets
84
+ # huggingface-hub
85
+ # torch
86
+ gast==0.6.0
87
+ # via tensorflow
88
+ gdown==5.2.0
89
+ # via
90
+ # deepface
91
+ # retina-face
92
+ google-pasta==0.2.0
93
+ # via tensorflow
94
+ grpcio==1.67.1
95
+ # via
96
+ # tensorboard
97
+ # tensorflow
98
+ gunicorn==23.0.0
99
+ # via deepface
100
+ h5py==3.12.1
101
+ # via
102
+ # keras
103
+ # tensorflow
104
+ huggingface-hub==0.26.2
105
+ # via
106
+ # -r requirements.in
107
+ # accelerate
108
+ # datasets
109
+ # peft
110
+ # tokenizers
111
+ # transformers
112
+ idna==3.10
113
+ # via
114
+ # requests
115
+ # yarl
116
+ itsdangerous==2.2.0
117
+ # via flask
118
+ jinja2==3.1.4
119
+ # via
120
+ # flask
121
+ # torch
122
+ joblib==1.4.2
123
+ # via
124
+ # mtcnn
125
+ # scikit-learn
126
+ jsonlines==4.0.0
127
+ # via -r requirements.in
128
+ keras==3.6.0
129
+ # via
130
+ # deepface
131
+ # tensorflow
132
+ kiwisolver==1.4.7
133
+ # via matplotlib
134
+ libclang==18.1.1
135
+ # via tensorflow
136
+ lz4==4.3.3
137
+ # via mtcnn
138
+ markdown==3.7
139
+ # via tensorboard
140
+ markdown-it-py==3.0.0
141
+ # via rich
142
+ markupsafe==3.0.1
143
+ # via
144
+ # jinja2
145
+ # werkzeug
146
+ matplotlib==3.9.2
147
+ # via -r requirements.in
148
+ mdurl==0.1.2
149
+ # via markdown-it-py
150
+ ml-dtypes==0.4.1
151
+ # via
152
+ # keras
153
+ # tensorflow
154
+ mpmath==1.3.0
155
+ # via sympy
156
+ mtcnn==1.0.0
157
+ # via deepface
158
+ multidict==6.1.0
159
+ # via
160
+ # aiohttp
161
+ # yarl
162
+ multiprocess==0.70.16
163
+ # via datasets
164
+ namex==0.0.8
165
+ # via keras
166
+ networkx==3.4.2
167
+ # via torch
168
+ numpy==2.0.2
169
+ # via
170
+ # accelerate
171
+ # bitsandbytes
172
+ # contourpy
173
+ # datasets
174
+ # deepface
175
+ # h5py
176
+ # keras
177
+ # matplotlib
178
+ # ml-dtypes
179
+ # opencv-python
180
+ # pandas
181
+ # peft
182
+ # retina-face
183
+ # scikit-learn
184
+ # scipy
185
+ # tensorboard
186
+ # tensorflow
187
+ # torchvision
188
+ # transformers
189
+ nvidia-cublas-cu12==12.4.5.8 ; platform_machine == 'x86_64' and platform_system == 'Linux'
190
+ # via
191
+ # nvidia-cudnn-cu12
192
+ # nvidia-cusolver-cu12
193
+ # torch
194
+ nvidia-cuda-cupti-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux'
195
+ # via torch
196
+ nvidia-cuda-nvrtc-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux'
197
+ # via torch
198
+ nvidia-cuda-runtime-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux'
199
+ # via torch
200
+ nvidia-cudnn-cu12==9.1.0.70 ; platform_machine == 'x86_64' and platform_system == 'Linux'
201
+ # via torch
202
+ nvidia-cufft-cu12==11.2.1.3 ; platform_machine == 'x86_64' and platform_system == 'Linux'
203
+ # via torch
204
+ nvidia-curand-cu12==10.3.5.147 ; platform_machine == 'x86_64' and platform_system == 'Linux'
205
+ # via torch
206
+ nvidia-cusolver-cu12==11.6.1.9 ; platform_machine == 'x86_64' and platform_system == 'Linux'
207
+ # via torch
208
+ nvidia-cusparse-cu12==12.3.1.170 ; platform_machine == 'x86_64' and platform_system == 'Linux'
209
+ # via
210
+ # nvidia-cusolver-cu12
211
+ # torch
212
+ nvidia-nccl-cu12==2.21.5 ; platform_machine == 'x86_64' and platform_system == 'Linux'
213
+ # via torch
214
+ nvidia-nvjitlink-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux'
215
+ # via
216
+ # nvidia-cufft-cu12
217
+ # nvidia-cusolver-cu12
218
+ # nvidia-cusparse-cu12
219
+ # torch
220
+ nvidia-nvtx-cu12==12.4.127 ; platform_machine == 'x86_64' and platform_system == 'Linux'
221
+ # via torch
222
+ opencv-python==4.10.0.84
223
+ # via
224
+ # deepface
225
+ # retina-face
226
+ opt-einsum==3.4.0
227
+ # via tensorflow
228
+ optree==0.13.0
229
+ # via keras
230
+ packaging==24.2
231
+ # via
232
+ # accelerate
233
+ # datasets
234
+ # gunicorn
235
+ # huggingface-hub
236
+ # keras
237
+ # matplotlib
238
+ # peft
239
+ # tensorboard
240
+ # tensorflow
241
+ # transformers
242
+ pandas==2.2.3
243
+ # via
244
+ # datasets
245
+ # deepface
246
+ # torchsampler
247
+ peft==0.13.2
248
+ # via -r requirements.in
249
+ pillow==11.0.0
250
+ # via
251
+ # deepface
252
+ # matplotlib
253
+ # retina-face
254
+ # torchvision
255
+ propcache==0.2.0
256
+ # via yarl
257
+ protobuf==5.28.3
258
+ # via
259
+ # tensorboard
260
+ # tensorflow
261
+ psutil==6.1.0
262
+ # via
263
+ # accelerate
264
+ # peft
265
+ pyarrow==18.0.0
266
+ # via datasets
267
+ pygments==2.18.0
268
+ # via rich
269
+ pyparsing==3.2.0
270
+ # via matplotlib
271
+ pysocks==1.7.1
272
+ # via requests
273
+ python-dateutil==2.9.0.post0
274
+ # via
275
+ # matplotlib
276
+ # pandas
277
+ pytz==2024.2
278
+ # via pandas
279
+ pyyaml==6.0.2
280
+ # via
281
+ # accelerate
282
+ # datasets
283
+ # huggingface-hub
284
+ # peft
285
+ # transformers
286
+ regex==2024.11.6
287
+ # via transformers
288
+ requests==2.32.3
289
+ # via
290
+ # datasets
291
+ # deepface
292
+ # gdown
293
+ # huggingface-hub
294
+ # tensorflow
295
+ # transformers
296
+ retina-face==0.0.17
297
+ # via deepface
298
+ rich==13.9.4
299
+ # via
300
+ # keras
301
+ # trl
302
+ safetensors==0.4.5
303
+ # via
304
+ # accelerate
305
+ # peft
306
+ # transformers
307
+ scikit-learn==1.5.2
308
+ # via -r requirements.in
309
+ scipy==1.14.1
310
+ # via scikit-learn
311
+ setuptools==75.4.0
312
+ # via
313
+ # tensorboard
314
+ # tensorflow
315
+ # torch
316
+ six==1.16.0
317
+ # via
318
+ # astunparse
319
+ # google-pasta
320
+ # python-dateutil
321
+ # tensorboard
322
+ # tensorflow
323
+ soupsieve==2.6
324
+ # via beautifulsoup4
325
+ sympy==1.13.1
326
+ # via torch
327
+ tensorboard==2.18.0
328
+ # via
329
+ # -r requirements.in
330
+ # tensorflow
331
+ tensorboard-data-server==0.7.2
332
+ # via tensorboard
333
+ tensorflow==2.18.0
334
+ # via
335
+ # deepface
336
+ # retina-face
337
+ tensorflow-io-gcs-filesystem==0.31.0 ; python_full_version < '3.12'
338
+ # via tensorflow
339
+ termcolor==2.5.0
340
+ # via
341
+ # fire
342
+ # tensorflow
343
+ threadpoolctl==3.5.0
344
+ # via scikit-learn
345
+ tokenizers==0.20.3
346
+ # via transformers
347
+ torch==2.5.1+cu124
348
+ # via
349
+ # -r requirements.in
350
+ # accelerate
351
+ # bitsandbytes
352
+ # peft
353
+ # torchaudio
354
+ # torchsampler
355
+ # torchvision
356
+ torchaudio==2.5.1+cu124
357
+ # via -r requirements.in
358
+ torchsampler==0.1.2
359
+ # via -r requirements.in
360
+ torchvision==0.20.1+cu124
361
+ # via
362
+ # -r requirements.in
363
+ # torchsampler
364
+ tqdm==4.67.0
365
+ # via
366
+ # datasets
367
+ # deepface
368
+ # gdown
369
+ # huggingface-hub
370
+ # peft
371
+ # transformers
372
+ transformers==4.46.2
373
+ # via
374
+ # -r requirements.in
375
+ # peft
376
+ # trl
377
+ triton==3.1.0 ; python_full_version < '3.13' and platform_machine == 'x86_64' and platform_system == 'Linux'
378
+ # via torch
379
+ trl==0.12.0
380
+ # via -r requirements.in
381
+ typing-extensions==4.12.2
382
+ # via
383
+ # huggingface-hub
384
+ # optree
385
+ # tensorflow
386
+ # torch
387
+ tzdata==2024.2
388
+ # via pandas
389
+ urllib3==2.2.3
390
+ # via requests
391
+ werkzeug==3.1.3
392
+ # via
393
+ # flask
394
+ # tensorboard
395
+ wheel==0.45.0
396
+ # via astunparse
397
+ wrapt==1.16.0
398
+ # via tensorflow
399
+ xxhash==3.5.0
400
+ # via datasets
401
+ yarl==1.17.1
402
+ # via aiohttp
uv.lock CHANGED
The diff for this file is too large to render. See raw diff