oracle-ads 2.12.10__py3-none-any.whl → 2.12.11__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.
- ads/aqua/app.py +4 -2
- {oracle_ads-2.12.10.dist-info → oracle_ads-2.12.11.dist-info}/METADATA +1 -1
- {oracle_ads-2.12.10.dist-info → oracle_ads-2.12.11.dist-info}/RECORD +6 -6
- {oracle_ads-2.12.10.dist-info → oracle_ads-2.12.11.dist-info}/LICENSE.txt +0 -0
- {oracle_ads-2.12.10.dist-info → oracle_ads-2.12.11.dist-info}/WHEEL +0 -0
- {oracle_ads-2.12.10.dist-info → oracle_ads-2.12.11.dist-info}/entry_points.txt +0 -0
ads/aqua/app.py
CHANGED
@@ -306,11 +306,9 @@ class AquaApp:
|
|
306
306
|
)
|
307
307
|
base_model = self.ds_client.get_model(base_model_ocid).data
|
308
308
|
artifact_path = get_artifact_path(base_model.custom_metadata_list)
|
309
|
-
config_path = f"{os.path.dirname(artifact_path)}/config/"
|
310
309
|
else:
|
311
310
|
logger.info(f"Loading {config_file_name} for model {oci_model.id}...")
|
312
311
|
artifact_path = get_artifact_path(oci_model.custom_metadata_list)
|
313
|
-
config_path = f"{artifact_path.rstrip('/')}/config/"
|
314
312
|
|
315
313
|
if not artifact_path:
|
316
314
|
logger.debug(
|
@@ -318,6 +316,10 @@ class AquaApp:
|
|
318
316
|
)
|
319
317
|
return config
|
320
318
|
|
319
|
+
config_path = f"{os.path.dirname(artifact_path)}/config/"
|
320
|
+
if not is_path_exists(config_path):
|
321
|
+
config_path = f"{artifact_path.rstrip('/')}/config/"
|
322
|
+
|
321
323
|
config_file_path = f"{config_path}{config_file_name}"
|
322
324
|
if is_path_exists(config_file_path):
|
323
325
|
try:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: oracle_ads
|
3
|
-
Version: 2.12.
|
3
|
+
Version: 2.12.11
|
4
4
|
Summary: Oracle Accelerated Data Science SDK
|
5
5
|
Keywords: Oracle Cloud Infrastructure,OCI,Machine Learning,ML,Artificial Intelligence,AI,Data Science,Cloud,Oracle
|
6
6
|
Author: Oracle Data Science
|
@@ -2,7 +2,7 @@ ads/__init__.py,sha256=OxHySbHbMqPgZ8sUj33Bxy-smSiNgRjtcSUV77oBL08,3787
|
|
2
2
|
ads/cli.py,sha256=WkOpZv8jWgFYN9BNkt2LJBs9KzJHgFqq3pIymsqc8Q4,4292
|
3
3
|
ads/config.py,sha256=WGFgS5-dxqC9_iRJKakn-mh9545gHJpWB_Y0hT5O3ec,8016
|
4
4
|
ads/aqua/__init__.py,sha256=T5v0LVPaeyXuXmA-0NbH44cnR3pGmQVFwRVKxRbEI9U,1068
|
5
|
-
ads/aqua/app.py,sha256=
|
5
|
+
ads/aqua/app.py,sha256=AYTul3k06n-AN5KrtNHolv0cVkqCqLvrhPoQuIko_8c,13268
|
6
6
|
ads/aqua/cli.py,sha256=W-0kswzRDEilqHyw5GSMOrARgvOyPRtkEtpy54ew0Jo,3907
|
7
7
|
ads/aqua/constants.py,sha256=fTPrRuWaZB1_THZ2I1nOrwW1pQGpvMC44--Ok5Myr5Y,2978
|
8
8
|
ads/aqua/data.py,sha256=HfxLfKiNiPJecMQy0JAztUsT3IdZilHHHOrCJnjZMc4,408
|
@@ -841,8 +841,8 @@ ads/type_discovery/unknown_detector.py,sha256=yZuYQReO7PUyoWZE7onhhtYaOg6088wf1y
|
|
841
841
|
ads/type_discovery/zipcode_detector.py,sha256=3AlETg_ZF4FT0u914WXvTT3F3Z6Vf51WiIt34yQMRbw,1421
|
842
842
|
ads/vault/__init__.py,sha256=x9tMdDAOdF5iDHk9u2di_K-ze5Nq068x25EWOBoWwqY,245
|
843
843
|
ads/vault/vault.py,sha256=hFBkpYE-Hfmzu1L0sQwUfYcGxpWmgG18JPndRl0NOXI,8624
|
844
|
-
oracle_ads-2.12.
|
845
|
-
oracle_ads-2.12.
|
846
|
-
oracle_ads-2.12.
|
847
|
-
oracle_ads-2.12.
|
848
|
-
oracle_ads-2.12.
|
844
|
+
oracle_ads-2.12.11.dist-info/entry_points.txt,sha256=9VFnjpQCsMORA4rVkvN8eH6D3uHjtegb9T911t8cqV0,35
|
845
|
+
oracle_ads-2.12.11.dist-info/LICENSE.txt,sha256=zoGmbfD1IdRKx834U0IzfFFFo5KoFK71TND3K9xqYqo,1845
|
846
|
+
oracle_ads-2.12.11.dist-info/WHEEL,sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI,82
|
847
|
+
oracle_ads-2.12.11.dist-info/METADATA,sha256=oRryfiayUyY7iM-nFKSi1Ual55JEZpbExLXezXBwmAs,16280
|
848
|
+
oracle_ads-2.12.11.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|