sunholo 0.80.0__py3-none-any.whl → 0.80.1__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.
- sunholo/utils/config_class.py +2 -1
- {sunholo-0.80.0.dist-info → sunholo-0.80.1.dist-info}/METADATA +2 -2
- {sunholo-0.80.0.dist-info → sunholo-0.80.1.dist-info}/RECORD +7 -7
- {sunholo-0.80.0.dist-info → sunholo-0.80.1.dist-info}/LICENSE.txt +0 -0
- {sunholo-0.80.0.dist-info → sunholo-0.80.1.dist-info}/WHEEL +0 -0
- {sunholo-0.80.0.dist-info → sunholo-0.80.1.dist-info}/entry_points.txt +0 -0
- {sunholo-0.80.0.dist-info → sunholo-0.80.1.dist-info}/top_level.txt +0 -0
sunholo/utils/config_class.py
CHANGED
|
@@ -86,6 +86,7 @@ class ConfigManager:
|
|
|
86
86
|
continue
|
|
87
87
|
if filename.endswith(('.yaml', '.yml', '.json')):
|
|
88
88
|
config_file = os.path.join(folder, filename)
|
|
89
|
+
log.info("Checking config file: {config_file}")
|
|
89
90
|
if filename in self.config_cache:
|
|
90
91
|
cached_config, cache_time = self.config_cache[filename]
|
|
91
92
|
time_to_recache = (current_time - cache_time)
|
|
@@ -159,7 +160,7 @@ class ConfigManager:
|
|
|
159
160
|
if isinstance(value, dict) and key in dict1 and isinstance(dict1[key], dict):
|
|
160
161
|
dict1[key] = self._merge_dicts(dict1[key], value)
|
|
161
162
|
else:
|
|
162
|
-
print(f"Merging '{key}' to new '{value}'")
|
|
163
|
+
print(f"Merging '{key}' to new '{value[:20]}'")
|
|
163
164
|
dict1[key] = value
|
|
164
165
|
return dict1
|
|
165
166
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: sunholo
|
|
3
|
-
Version: 0.80.
|
|
3
|
+
Version: 0.80.1
|
|
4
4
|
Summary: Large Language Model DevOps - a package to help deploy LLMs to the Cloud.
|
|
5
5
|
Home-page: https://github.com/sunholo-data/sunholo-py
|
|
6
|
-
Download-URL: https://github.com/sunholo-data/sunholo-py/archive/refs/tags/v0.80.
|
|
6
|
+
Download-URL: https://github.com/sunholo-data/sunholo-py/archive/refs/tags/v0.80.1.tar.gz
|
|
7
7
|
Author: Holosun ApS
|
|
8
8
|
Author-email: multivac@sunholo.com
|
|
9
9
|
License: Apache License, Version 2.0
|
|
@@ -117,7 +117,7 @@ sunholo/utils/__init__.py,sha256=Hv02T5L2zYWvCso5hzzwm8FQogwBq0OgtUbN_7Quzqc,89
|
|
|
117
117
|
sunholo/utils/api_key.py,sha256=Ct4bIAQZxzPEw14hP586LpVxBAVi_W9Serpy0BK-7KI,244
|
|
118
118
|
sunholo/utils/big_context.py,sha256=gJIP7_ZL-YSLhOMq8jmFTMqH1wq8eB1NK7oKPeZAq2s,5578
|
|
119
119
|
sunholo/utils/config.py,sha256=aG29MXcL5qzQMtCMqcdy-2ysDCYf9Zn_ZLk5NNOQNSE,8982
|
|
120
|
-
sunholo/utils/config_class.py,sha256=
|
|
120
|
+
sunholo/utils/config_class.py,sha256=WZpE6qMXpZsybNdTxktnWjneq16or_vYSR7LcjX692Y,9091
|
|
121
121
|
sunholo/utils/config_schema.py,sha256=Wv-ncitzljOhgbDaq9qnFqH5LCuxNv59dTGDWgd1qdk,4189
|
|
122
122
|
sunholo/utils/gcp.py,sha256=uueODEpA-P6O15-t0hmcGC9dONLO_hLfzSsSoQnkUss,4854
|
|
123
123
|
sunholo/utils/gcp_project.py,sha256=0ozs6tzI4qEvEeXb8MxLnCdEVoWKxlM6OH05htj7_tc,1325
|
|
@@ -133,9 +133,9 @@ sunholo/vertex/init.py,sha256=1OQwcPBKZYBTDPdyU7IM4X4OmiXLdsNV30C-fee2scQ,2875
|
|
|
133
133
|
sunholo/vertex/memory_tools.py,sha256=pgSahVDh7GPEulu3nl-w0jb5lTClb4TCnVxPnMokNZY,7533
|
|
134
134
|
sunholo/vertex/safety.py,sha256=S9PgQT1O_BQAkcqauWncRJaydiP8Q_Jzmu9gxYfy1VA,2482
|
|
135
135
|
sunholo/vertex/type_dict_to_json.py,sha256=uTzL4o9tJRao4u-gJOFcACgWGkBOtqACmb6ihvCErL8,4694
|
|
136
|
-
sunholo-0.80.
|
|
137
|
-
sunholo-0.80.
|
|
138
|
-
sunholo-0.80.
|
|
139
|
-
sunholo-0.80.
|
|
140
|
-
sunholo-0.80.
|
|
141
|
-
sunholo-0.80.
|
|
136
|
+
sunholo-0.80.1.dist-info/LICENSE.txt,sha256=SdE3QjnD3GEmqqg9EX3TM9f7WmtOzqS1KJve8rhbYmU,11345
|
|
137
|
+
sunholo-0.80.1.dist-info/METADATA,sha256=_A5uTbzWu0CJb2A3mgJ9G20W3ADO1G27DRIdIRyYufc,7348
|
|
138
|
+
sunholo-0.80.1.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
|
|
139
|
+
sunholo-0.80.1.dist-info/entry_points.txt,sha256=bZuN5AIHingMPt4Ro1b_T-FnQvZ3teBes-3OyO0asl4,49
|
|
140
|
+
sunholo-0.80.1.dist-info/top_level.txt,sha256=wt5tadn5--5JrZsjJz2LceoUvcrIvxjHJe-RxuudxAk,8
|
|
141
|
+
sunholo-0.80.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|