sunholo 0.115.1__py3-none-any.whl → 0.115.3__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 -5
- {sunholo-0.115.1.dist-info → sunholo-0.115.3.dist-info}/METADATA +2 -2
- {sunholo-0.115.1.dist-info → sunholo-0.115.3.dist-info}/RECORD +7 -7
- {sunholo-0.115.1.dist-info → sunholo-0.115.3.dist-info}/LICENSE.txt +0 -0
- {sunholo-0.115.1.dist-info → sunholo-0.115.3.dist-info}/WHEEL +0 -0
- {sunholo-0.115.1.dist-info → sunholo-0.115.3.dist-info}/entry_points.txt +0 -0
- {sunholo-0.115.1.dist-info → sunholo-0.115.3.dist-info}/top_level.txt +0 -0
sunholo/utils/config_class.py
CHANGED
|
@@ -133,7 +133,7 @@ class ConfigManager:
|
|
|
133
133
|
dict: The loaded configuration.
|
|
134
134
|
"""
|
|
135
135
|
from ..custom_logging import log
|
|
136
|
-
from ruamel.yaml import YAML
|
|
136
|
+
from ruamel.yaml import YAML
|
|
137
137
|
|
|
138
138
|
with open(config_file, 'r') as file:
|
|
139
139
|
if filename.endswith('.json'):
|
|
@@ -142,10 +142,7 @@ class ConfigManager:
|
|
|
142
142
|
# Create YAML parser that forbids duplicates
|
|
143
143
|
yaml = YAML(typ='safe')
|
|
144
144
|
yaml.allow_duplicate_keys = False
|
|
145
|
-
|
|
146
|
-
config = yaml.load(file)
|
|
147
|
-
except DuplicateKeyError as e:
|
|
148
|
-
raise ValueError(f"Duplicate key found in {filename}: {str(e)}")
|
|
145
|
+
config = yaml.load(file)
|
|
149
146
|
|
|
150
147
|
self.config_cache[filename] = (config, datetime.now())
|
|
151
148
|
if is_local:
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: sunholo
|
|
3
|
-
Version: 0.115.
|
|
3
|
+
Version: 0.115.3
|
|
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.115.
|
|
6
|
+
Download-URL: https://github.com/sunholo-data/sunholo-py/archive/refs/tags/v0.115.3.tar.gz
|
|
7
7
|
Author: Holosun ApS
|
|
8
8
|
Author-email: multivac@sunholo.com
|
|
9
9
|
License: Apache License, Version 2.0
|
|
@@ -130,7 +130,7 @@ sunholo/utils/__init__.py,sha256=Hv02T5L2zYWvCso5hzzwm8FQogwBq0OgtUbN_7Quzqc,89
|
|
|
130
130
|
sunholo/utils/api_key.py,sha256=Ct4bIAQZxzPEw14hP586LpVxBAVi_W9Serpy0BK-7KI,244
|
|
131
131
|
sunholo/utils/big_context.py,sha256=gJIP7_ZL-YSLhOMq8jmFTMqH1wq8eB1NK7oKPeZAq2s,5578
|
|
132
132
|
sunholo/utils/config.py,sha256=bz0ODJyqnoHQIsk4pmNpVxxq5WvwS0SfOq4cnCjQPJk,9105
|
|
133
|
-
sunholo/utils/config_class.py,sha256=
|
|
133
|
+
sunholo/utils/config_class.py,sha256=Z4sGzEkuxlCAJ8b-65_yzLmybnunywwOD9eXL8an5Wg,9619
|
|
134
134
|
sunholo/utils/config_schema.py,sha256=Wv-ncitzljOhgbDaq9qnFqH5LCuxNv59dTGDWgd1qdk,4189
|
|
135
135
|
sunholo/utils/gcp.py,sha256=lus1HH8YhFInw6QRKwfvKZq-Lz-2KQg4ips9v1I_3zE,4783
|
|
136
136
|
sunholo/utils/gcp_project.py,sha256=Fa0IhCX12bZ1ctF_PKN8PNYd7hihEUfb90kilBfUDjg,1411
|
|
@@ -147,9 +147,9 @@ sunholo/vertex/init.py,sha256=1OQwcPBKZYBTDPdyU7IM4X4OmiXLdsNV30C-fee2scQ,2875
|
|
|
147
147
|
sunholo/vertex/memory_tools.py,sha256=tBZxqVZ4InTmdBvLlOYwoSEWu4-kGquc-gxDwZCC4FA,7667
|
|
148
148
|
sunholo/vertex/safety.py,sha256=S9PgQT1O_BQAkcqauWncRJaydiP8Q_Jzmu9gxYfy1VA,2482
|
|
149
149
|
sunholo/vertex/type_dict_to_json.py,sha256=uTzL4o9tJRao4u-gJOFcACgWGkBOtqACmb6ihvCErL8,4694
|
|
150
|
-
sunholo-0.115.
|
|
151
|
-
sunholo-0.115.
|
|
152
|
-
sunholo-0.115.
|
|
153
|
-
sunholo-0.115.
|
|
154
|
-
sunholo-0.115.
|
|
155
|
-
sunholo-0.115.
|
|
150
|
+
sunholo-0.115.3.dist-info/LICENSE.txt,sha256=SdE3QjnD3GEmqqg9EX3TM9f7WmtOzqS1KJve8rhbYmU,11345
|
|
151
|
+
sunholo-0.115.3.dist-info/METADATA,sha256=0-6WiXCtxysjfaGOz4Xl51PLTRftAzJL1BKcvEZWyv8,9134
|
|
152
|
+
sunholo-0.115.3.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
153
|
+
sunholo-0.115.3.dist-info/entry_points.txt,sha256=bZuN5AIHingMPt4Ro1b_T-FnQvZ3teBes-3OyO0asl4,49
|
|
154
|
+
sunholo-0.115.3.dist-info/top_level.txt,sha256=wt5tadn5--5JrZsjJz2LceoUvcrIvxjHJe-RxuudxAk,8
|
|
155
|
+
sunholo-0.115.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|