naeural-core 7.7.248__py3-none-any.whl → 7.7.249__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.
- naeural_core/business/business_manager.py +1 -3
- naeural_core/main/ver.py +1 -1
- {naeural_core-7.7.248.dist-info → naeural_core-7.7.249.dist-info}/METADATA +1 -1
- {naeural_core-7.7.248.dist-info → naeural_core-7.7.249.dist-info}/RECORD +6 -6
- {naeural_core-7.7.248.dist-info → naeural_core-7.7.249.dist-info}/WHEEL +0 -0
- {naeural_core-7.7.248.dist-info → naeural_core-7.7.249.dist-info}/licenses/LICENSE +0 -0
|
@@ -257,9 +257,7 @@ class BusinessManager(Manager):
|
|
|
257
257
|
all_jobs = self.get_current_jobs()
|
|
258
258
|
n_all_jobs = len(all_jobs)
|
|
259
259
|
debug_load_timings = self.config_data.get('PLUGINS_DEBUG_LOAD_TIMINGS', True)
|
|
260
|
-
|
|
261
|
-
self.P("Checking {} business plugin instances...".format(n_all_jobs))
|
|
262
|
-
total_start = perf_counter()
|
|
260
|
+
total_start = perf_counter()
|
|
263
261
|
for idx_job, (initiator_addr, initiator_id, modified_by_addr, modified_by_id, session_id, stream_name, signature, instance_id, upstream_config) in enumerate(all_jobs):
|
|
264
262
|
if debug_load_timings:
|
|
265
263
|
iter_start = perf_counter()
|
naeural_core/main/ver.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: naeural_core
|
|
3
|
-
Version: 7.7.
|
|
3
|
+
Version: 7.7.249
|
|
4
4
|
Summary: Ratio1 Core is the backbone of the Ratio1 Edge Protocol.
|
|
5
5
|
Project-URL: Homepage, https://github.com/Ratio1/naeural_core
|
|
6
6
|
Project-URL: Bug Tracker, https://github.com/Ratio1/naeural_core/issues
|
|
@@ -5,7 +5,7 @@ naeural_core/decentrai_object.py,sha256=pw-NRmlQRAzvUVFfh1xTJdj1Ltd2Y-UVrpompriU
|
|
|
5
5
|
naeural_core/manager.py,sha256=VJm-TGVeEvegGiV2fl-R2kAiK9CERu9HtrvqtuabJC8,4146
|
|
6
6
|
naeural_core/bc/__init__.py,sha256=Su7YuJjTPI1P3a6L8WGRqW2YvDADyLMYSipcZognAEM,176
|
|
7
7
|
naeural_core/business/__init__.py,sha256=9boWpUoISx1OkCftejQXaw-sqv6M88LLt7CLNZjdnfU,46
|
|
8
|
-
naeural_core/business/business_manager.py,sha256=
|
|
8
|
+
naeural_core/business/business_manager.py,sha256=5_61Q1O18FCtit1gog7_w2a_-hVjZx58_S9C7hU7Abs,29629
|
|
9
9
|
naeural_core/business/utils.py,sha256=ykl7d1snVldTPR7LyDjSSPL4LOGag0pgkRfOnGZXJKg,15765
|
|
10
10
|
naeural_core/business/base/__init__.py,sha256=OEhyheZKcCk2GafJuO6bDVi1ph1pZyW0A8wan_SuesA,270
|
|
11
11
|
naeural_core/business/base/base_plugin_biz.py,sha256=819Bp8xGclgG8TY5aO9JhRnwy3TLPJ7zqIdzS54_7Vw,76652
|
|
@@ -345,7 +345,7 @@ naeural_core/main/geoloc.py,sha256=TEqyuNzpVqZSBCo0OOrpHYncIsHSClvRt28hgvxJ35o,2
|
|
|
345
345
|
naeural_core/main/main_loop_data_handler.py,sha256=hABB65OUBhtur3rd2mYsEhdAc54jVILzybrvxml5h0s,13815
|
|
346
346
|
naeural_core/main/net_mon.py,sha256=qlyo1fqTeQy_M9VfJOxon_PBbQat0QO9Zbu_93FMbLc,88144
|
|
347
347
|
naeural_core/main/orchestrator.py,sha256=PzKsv3M-knOmfum41MEN3tRmMjbRcTLn0aj3NVK35MM,70878
|
|
348
|
-
naeural_core/main/ver.py,sha256=
|
|
348
|
+
naeural_core/main/ver.py,sha256=1YkiOf3xY8cdGZFZsz5PfqwufdWULzKQefXHKORYKI4,335
|
|
349
349
|
naeural_core/main/orchestrator_mixins/__init__.py,sha256=MNleg48vdlqsyAR8Vamjl4ahG2jwCH5kLbQN5CfU57E,149
|
|
350
350
|
naeural_core/main/orchestrator_mixins/managers_init.py,sha256=sQVqpr99a5WP9HCloYCyaWDW5J3IypEImlf703bqTF4,6692
|
|
351
351
|
naeural_core/main/orchestrator_mixins/utils.py,sha256=jMa0uStVNLQmp0VhNMRvfBDjo387ORLlUVLthRNBKqc,1866
|
|
@@ -555,7 +555,7 @@ naeural_core/utils/tracing/onnx/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm
|
|
|
555
555
|
naeural_core/utils/tracing/onnx/base_trt_scripter.py,sha256=1FelEBo7JGsc8hbJ3sevzxnM-J61nvBHz6L1VLpZrVc,2043
|
|
556
556
|
naeural_core/utils/tracing/onnx/utils.py,sha256=IKmqUWakrMWn34uJvbRjNLacdszD8jkkQBFPUhgJtOQ,5618
|
|
557
557
|
naeural_core/utils/web_app/favicon.ico,sha256=zU6-Jxx4ol1A9FJvcQELYV9DiqwqyvjPS89xQybZE74,15406
|
|
558
|
-
naeural_core-7.7.
|
|
559
|
-
naeural_core-7.7.
|
|
560
|
-
naeural_core-7.7.
|
|
561
|
-
naeural_core-7.7.
|
|
558
|
+
naeural_core-7.7.249.dist-info/METADATA,sha256=4pNTB75R7RMXXjesaRVNsVXSeHEUvjNyWEeifHIpXQs,6522
|
|
559
|
+
naeural_core-7.7.249.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
560
|
+
naeural_core-7.7.249.dist-info/licenses/LICENSE,sha256=SPHPWjOdAUUUUI020nI5VNCtFjmTOlJpi1cZxyB3gKo,11339
|
|
561
|
+
naeural_core-7.7.249.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|