naeural-core 7.7.245__py3-none-any.whl → 7.7.246__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/base/base_plugin_biz.py +1 -1
- naeural_core/business/base/base_plugin_biz_loop.py +1 -1
- naeural_core/business/business_manager.py +2 -2
- naeural_core/main/ver.py +1 -1
- naeural_core/manager.py +1 -1
- {naeural_core-7.7.245.dist-info → naeural_core-7.7.246.dist-info}/METADATA +1 -1
- {naeural_core-7.7.245.dist-info → naeural_core-7.7.246.dist-info}/RECORD +9 -9
- {naeural_core-7.7.245.dist-info → naeural_core-7.7.246.dist-info}/WHEEL +0 -0
- {naeural_core-7.7.245.dist-info → naeural_core-7.7.246.dist-info}/licenses/LICENSE +0 -0
|
@@ -1933,7 +1933,7 @@ class BasePluginExecutor(
|
|
|
1933
1933
|
return updates
|
|
1934
1934
|
|
|
1935
1935
|
def _update_instance_config(self):
|
|
1936
|
-
debug_load_timings = self.log.config_data.get('PLUGINS_DEBUG_LOAD_TIMINGS',
|
|
1936
|
+
debug_load_timings = self.log.config_data.get('PLUGINS_DEBUG_LOAD_TIMINGS', True)
|
|
1937
1937
|
if debug_load_timings:
|
|
1938
1938
|
cfg_start = perf_counter()
|
|
1939
1939
|
env_merge_s = 0.0
|
|
@@ -387,7 +387,7 @@ class _BasePluginLoopMixin(object):
|
|
|
387
387
|
|
|
388
388
|
def __on_init(self):
|
|
389
389
|
self.P("Running build-in & custom on_init events...")
|
|
390
|
-
debug_load_timings = self.log.config_data.get('PLUGINS_DEBUG_LOAD_TIMINGS',
|
|
390
|
+
debug_load_timings = self.log.config_data.get('PLUGINS_DEBUG_LOAD_TIMINGS', True)
|
|
391
391
|
if debug_load_timings:
|
|
392
392
|
init_start = perf_counter()
|
|
393
393
|
if self.cfg_disabled:
|
|
@@ -68,7 +68,7 @@ class BusinessManager(Manager):
|
|
|
68
68
|
def startup(self):
|
|
69
69
|
super().startup()
|
|
70
70
|
self._dct_current_instances = self._dct_subalterns # this allows usage of `self.get_subaltern(instance_hash)`
|
|
71
|
-
if self.config_data.get('PLUGINS_DEBUG_LOAD_TIMINGS',
|
|
71
|
+
if self.config_data.get('PLUGINS_DEBUG_LOAD_TIMINGS', True):
|
|
72
72
|
self.P(
|
|
73
73
|
"Plugin timing env: python={} dont_write_bytecode={} env_PYTHONDONTWRITEBYTECODE={}".format(
|
|
74
74
|
sys.version.split()[0],
|
|
@@ -256,7 +256,7 @@ class BusinessManager(Manager):
|
|
|
256
256
|
self.set_loop_stage('2.bm.refresh._check_instances.get_current_jobs')
|
|
257
257
|
all_jobs = self.get_current_jobs()
|
|
258
258
|
n_all_jobs = len(all_jobs)
|
|
259
|
-
debug_load_timings = self.config_data.get('PLUGINS_DEBUG_LOAD_TIMINGS',
|
|
259
|
+
debug_load_timings = self.config_data.get('PLUGINS_DEBUG_LOAD_TIMINGS', True)
|
|
260
260
|
if debug_load_timings:
|
|
261
261
|
self.P("Checking {} business plugin instances...".format(n_all_jobs))
|
|
262
262
|
total_start = perf_counter()
|
naeural_core/main/ver.py
CHANGED
naeural_core/manager.py
CHANGED
|
@@ -76,7 +76,7 @@ class Manager(DecentrAIObject, _PluginsManagerMixin):
|
|
|
76
76
|
def _get_module_name_and_class(self, locations, name, suffix=None, verbose=1, safety_check=True, safe_locations=None, safe_imports=None):
|
|
77
77
|
if safe_locations is None:
|
|
78
78
|
self.P(" Warning: no safe location provided", color='r')
|
|
79
|
-
debug_load_timings = self.config_data.get('PLUGINS_DEBUG_LOAD_TIMINGS',
|
|
79
|
+
debug_load_timings = self.config_data.get('PLUGINS_DEBUG_LOAD_TIMINGS', True)
|
|
80
80
|
cache_key = name.lower()
|
|
81
81
|
cache_hit = cache_key in self.plugin_locations_cache
|
|
82
82
|
if debug_load_timings:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: naeural_core
|
|
3
|
-
Version: 7.7.
|
|
3
|
+
Version: 7.7.246
|
|
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
|
|
@@ -2,15 +2,15 @@ naeural_core/__init__.py,sha256=DqUL1kr0r9wXGYpH4OQAdHgSe00nfdukr2fekqkgiiY,88
|
|
|
2
2
|
naeural_core/constants.py,sha256=jOOkIy93obAkD_x73rzBbQgcYNSK6JGyJ7Pk2wZEG9g,38027
|
|
3
3
|
naeural_core/data_structures.py,sha256=Qp7VL8N8nKOkzUfRPbJDWbcWyo1Rjc6QarRK7pol-g0,13848
|
|
4
4
|
naeural_core/decentrai_object.py,sha256=pw-NRmlQRAzvUVFfh1xTJdj1Ltd2Y-UVrpompriUQzA,4408
|
|
5
|
-
naeural_core/manager.py,sha256=
|
|
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=n7j1XxiJ-f-cC6Tp3DoJQvOCkcfcKYRSjVKZE43SpbU,29734
|
|
9
9
|
naeural_core/business/utils.py,sha256=ykl7d1snVldTPR7LyDjSSPL4LOGag0pgkRfOnGZXJKg,15765
|
|
10
10
|
naeural_core/business/base/__init__.py,sha256=OEhyheZKcCk2GafJuO6bDVi1ph1pZyW0A8wan_SuesA,270
|
|
11
|
-
naeural_core/business/base/base_plugin_biz.py,sha256=
|
|
11
|
+
naeural_core/business/base/base_plugin_biz.py,sha256=819Bp8xGclgG8TY5aO9JhRnwy3TLPJ7zqIdzS54_7Vw,76652
|
|
12
12
|
naeural_core/business/base/base_plugin_biz_api.py,sha256=r1xwa1UrPvtD7ArFHlH54zwwLSxZVXOo4Jmc8eTyxU8,16956
|
|
13
|
-
naeural_core/business/base/base_plugin_biz_loop.py,sha256=
|
|
13
|
+
naeural_core/business/base/base_plugin_biz_loop.py,sha256=umohNe3NpnBuWKVy6BksnYiNpm-x9JYDP7hE-WCU3Io,18963
|
|
14
14
|
naeural_core/business/base/cv_plugin_executor.py,sha256=1k8m26-1POBOts13AMMJfxZb0GzaAoAO6qXbCYL1Ymw,36661
|
|
15
15
|
naeural_core/business/base/network_processor.py,sha256=9HXRufgHpwM6PChHmQgE_pmfKpByk2hc-rBDHtW6D_8,953
|
|
16
16
|
naeural_core/business/base/sd_plugin_executor.py,sha256=sdAQZBmFkgvvKCMirDdwgeklBq3j-rZcgkvBEojcHw4,2952
|
|
@@ -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=EodPSzrJd-Yg_RnBIA6-aIsMBa94I5uV1ATZUR5j3Kg,70750
|
|
348
|
-
naeural_core/main/ver.py,sha256=
|
|
348
|
+
naeural_core/main/ver.py,sha256=Fip6sWAtYku7LUkSjMOXpG8On1M6iP6Ca2XL401fIp4,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.246.dist-info/METADATA,sha256=7TJG8ZVWo-2u1HbLnvfKFEERby9Q_fB2EsoZIDTOfIY,6522
|
|
559
|
+
naeural_core-7.7.246.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
560
|
+
naeural_core-7.7.246.dist-info/licenses/LICENSE,sha256=SPHPWjOdAUUUUI020nI5VNCtFjmTOlJpi1cZxyB3gKo,11339
|
|
561
|
+
naeural_core-7.7.246.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|