lumen-resources 0.2.1__py3-none-any.whl → 0.2.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- lumen_resources/downloader.py +19 -2
- {lumen_resources-0.2.1.dist-info → lumen_resources-0.2.2.dist-info}/METADATA +1 -1
- {lumen_resources-0.2.1.dist-info → lumen_resources-0.2.2.dist-info}/RECORD +6 -6
- {lumen_resources-0.2.1.dist-info → lumen_resources-0.2.2.dist-info}/WHEEL +0 -0
- {lumen_resources-0.2.1.dist-info → lumen_resources-0.2.2.dist-info}/entry_points.txt +0 -0
- {lumen_resources-0.2.1.dist-info → lumen_resources-0.2.2.dist-info}/top_level.txt +0 -0
lumen_resources/downloader.py
CHANGED
|
@@ -200,9 +200,26 @@ class Downloader:
|
|
|
200
200
|
]
|
|
201
201
|
)
|
|
202
202
|
elif runtime == Runtime.onnx:
|
|
203
|
-
patterns.extend(
|
|
203
|
+
patterns.extend(
|
|
204
|
+
[
|
|
205
|
+
"*.onnx",
|
|
206
|
+
"*.ort",
|
|
207
|
+
"*vocab*",
|
|
208
|
+
"*tokenizer*",
|
|
209
|
+
"special_tokens_map.json",
|
|
210
|
+
"preprocessor_config.json",
|
|
211
|
+
]
|
|
212
|
+
)
|
|
204
213
|
elif runtime == Runtime.rknn:
|
|
205
|
-
patterns.extend(
|
|
214
|
+
patterns.extend(
|
|
215
|
+
[
|
|
216
|
+
"*.rknn",
|
|
217
|
+
"*vocab*",
|
|
218
|
+
"*tokenizer*",
|
|
219
|
+
"special_tokens_map.json",
|
|
220
|
+
"preprocessor_config.json",
|
|
221
|
+
]
|
|
222
|
+
)
|
|
206
223
|
|
|
207
224
|
return patterns
|
|
208
225
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
lumen_resources/__init__.py,sha256=vwiadtQgIE2Dopk1bQBahH-9JBdLrMjxPQTzRn0BJ-k,2684
|
|
2
2
|
lumen_resources/cli.py,sha256=gGGfe0BmqjZX-2fIEEQ-MgElMn21OrabPs7Fcu6aY6A,14204
|
|
3
|
-
lumen_resources/downloader.py,sha256=
|
|
3
|
+
lumen_resources/downloader.py,sha256=h9ch7O2BdMnqxnOd8tDstAVcPLBErVVnnTSJN9veABQ,17634
|
|
4
4
|
lumen_resources/exceptions.py,sha256=cUS76Revda0Vt6rPeUNLI2QhluNyLon1GiF5ZM4Kx30,3148
|
|
5
5
|
lumen_resources/lumen_config.py,sha256=EtWdlWiN6sP8QZxJfw3mZZKkN_9Kh6aRl-EeC4iSpKg,14814
|
|
6
6
|
lumen_resources/lumen_config_validator.py,sha256=6ZaCVZViEPSDTfbke37P0bDSNI7hE5K8H17bv1V8KSE,9734
|
|
@@ -17,8 +17,8 @@ lumen_resources/schemas/model_info-schema.json,sha256=Qee-Pd6XdVSaij6Cqxn1GaSMRI
|
|
|
17
17
|
lumen_resources/schemas/result_schemas/embedding_v1.json,sha256=6iZaXbmkP0J5fXGD4Gkrt6AZPvpK6FZaQ754sOXxFrc,841
|
|
18
18
|
lumen_resources/schemas/result_schemas/face_v1.json,sha256=XcnHxwP_KR8lAv6s6npjWQxwyYAQTuBLEKrvlOqH84g,1771
|
|
19
19
|
lumen_resources/schemas/result_schemas/labels_v1.json,sha256=AnOiM0VCuIKrLdrbA73pmu4QD4QaHIDNsANeU3BIOeg,1222
|
|
20
|
-
lumen_resources-0.2.
|
|
21
|
-
lumen_resources-0.2.
|
|
22
|
-
lumen_resources-0.2.
|
|
23
|
-
lumen_resources-0.2.
|
|
24
|
-
lumen_resources-0.2.
|
|
20
|
+
lumen_resources-0.2.2.dist-info/METADATA,sha256=eHfm1uBIZVpkv39QvceEoOiXupgt5uzYE4c8LSaG8z0,4002
|
|
21
|
+
lumen_resources-0.2.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
22
|
+
lumen_resources-0.2.2.dist-info/entry_points.txt,sha256=fLCrIB9BxyIDAbJVqDGW4QyvLPlvL53WI-6lkTZ3h2M,61
|
|
23
|
+
lumen_resources-0.2.2.dist-info/top_level.txt,sha256=XgLNoNrF2RIpI2sYIpjLuUREYRVHW13ElHoCnFYHjAQ,16
|
|
24
|
+
lumen_resources-0.2.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|