mlrun 1.3.0rc38__py3-none-any.whl → 1.3.0rc39__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.
Potentially problematic release.
This version of mlrun might be problematic. Click here for more details.
- mlrun/artifacts/model.py +1 -1
- mlrun/runtimes/base.py +1 -1
- mlrun/utils/version/version.json +2 -2
- {mlrun-1.3.0rc38.dist-info → mlrun-1.3.0rc39.dist-info}/METADATA +1 -1
- {mlrun-1.3.0rc38.dist-info → mlrun-1.3.0rc39.dist-info}/RECORD +9 -9
- {mlrun-1.3.0rc38.dist-info → mlrun-1.3.0rc39.dist-info}/LICENSE +0 -0
- {mlrun-1.3.0rc38.dist-info → mlrun-1.3.0rc39.dist-info}/WHEEL +0 -0
- {mlrun-1.3.0rc38.dist-info → mlrun-1.3.0rc39.dist-info}/entry_points.txt +0 -0
- {mlrun-1.3.0rc38.dist-info → mlrun-1.3.0rc39.dist-info}/top_level.txt +0 -0
mlrun/artifacts/model.py
CHANGED
|
@@ -549,7 +549,7 @@ def get_model(model_dir, suffix=""):
|
|
|
549
549
|
if not model_spec or model_spec.kind != "model":
|
|
550
550
|
raise ValueError(f"store artifact ({model_dir}) is not model kind")
|
|
551
551
|
# in case model_target_file is specified, use it, because that means that the actual model target path
|
|
552
|
-
# in the store is different
|
|
552
|
+
# in the store is different from the local model_file it was generated from
|
|
553
553
|
model_file = _get_file_path(
|
|
554
554
|
target, model_spec.model_target_file or model_spec.model_file
|
|
555
555
|
)
|
mlrun/runtimes/base.py
CHANGED
|
@@ -1804,7 +1804,7 @@ class BaseRuntimeHandler(ABC):
|
|
|
1804
1804
|
group_by: Optional[mlrun.api.schemas.ListRuntimeResourcesGroupByField] = None,
|
|
1805
1805
|
):
|
|
1806
1806
|
"""
|
|
1807
|
-
Override this to add runtime resources other
|
|
1807
|
+
Override this to add runtime resources other than pods or CRDs (which are handled by the base class) to the
|
|
1808
1808
|
output
|
|
1809
1809
|
"""
|
|
1810
1810
|
return response
|
mlrun/utils/version/version.json
CHANGED
|
@@ -173,7 +173,7 @@ mlrun/artifacts/__init__.py,sha256=b86JkwaOMjN9gPzeL-RlkAtiITaVmGS9viNlvGG1lrs,1
|
|
|
173
173
|
mlrun/artifacts/base.py,sha256=l-dRIaK89NOIiBqiSbo1vbPks8CeRv83wSKndybJt0U,30849
|
|
174
174
|
mlrun/artifacts/dataset.py,sha256=30N8bYHiX6vW-w6yKAcTGHqxDQ8yGDvxYSVrR2g2VNM,20366
|
|
175
175
|
mlrun/artifacts/manager.py,sha256=O3V_T7Tw6Q425N6SwbWs5M4pAngRa6wc2DQdrdpZfDM,12110
|
|
176
|
-
mlrun/artifacts/model.py,sha256=
|
|
176
|
+
mlrun/artifacts/model.py,sha256=SmzieOo7d78CPhVyyHMmI6WltkCSVn-d72jAxhHKd7E,23673
|
|
177
177
|
mlrun/artifacts/plots.py,sha256=0Jq5OgDB1srtUlcISF696E_q3S_D-mqeMe6Wyn1S6ZQ,15383
|
|
178
178
|
mlrun/data_types/__init__.py,sha256=S8erhsRy_Kd1L_G59UYn3f4ASq2mQkl-DixVqHMBfBE,1039
|
|
179
179
|
mlrun/data_types/data_types.py,sha256=G0oAjmZ30GMZLvsELX7ewtLsAgWKZXGE-DXPzx2TvYI,4575
|
|
@@ -315,7 +315,7 @@ mlrun/projects/operations.py,sha256=RZAyhsi3VuqvJjA3gwknuSpWhM1BfOFsZ-lGX9fIXCQ,
|
|
|
315
315
|
mlrun/projects/pipelines.py,sha256=6iYVViKMUaEfqGIrVgQdl4UjtbDHe0nzlNXkLKte8fo,37882
|
|
316
316
|
mlrun/projects/project.py,sha256=JHPF8cR53CotOIDqbAq473G-2pTwtNRx1wZudA6x-DU,105059
|
|
317
317
|
mlrun/runtimes/__init__.py,sha256=1rNfzU3G76BxDkqvTVVrxlQkhLDSmlzv838_56OID7E,8973
|
|
318
|
-
mlrun/runtimes/base.py,sha256=
|
|
318
|
+
mlrun/runtimes/base.py,sha256=VtzYKQLdn57xOVoLbyha84v2cyycYMqVRZXM0IMgztk,107296
|
|
319
319
|
mlrun/runtimes/constants.py,sha256=Os_6YpWE8WMhigm1h3RKvn9Uo4LXNaEbA2xNSEDDEao,6689
|
|
320
320
|
mlrun/runtimes/daskjob.py,sha256=5zjVcW1IXgTHnuIzKgH061u38ukwTVKUenVbuKcDZbs,30325
|
|
321
321
|
mlrun/runtimes/funcdoc.py,sha256=U5Hrkeo7i7CUnZFQ5g7-CyWMvXiQXPGrfsNdgsDAraQ,9190
|
|
@@ -370,11 +370,11 @@ mlrun/utils/notifications/notification/git.py,sha256=qI5Kd4U0PX8vfIVT_yjBIrToiJY
|
|
|
370
370
|
mlrun/utils/notifications/notification/ipython.py,sha256=jsM_tTV3ZzXv5NoQN2anfZJDTYsk95NDYVQnWFc9Zow,1951
|
|
371
371
|
mlrun/utils/notifications/notification/slack.py,sha256=wt6RlqJu9QC99Ki-3HNYmizYTyAnIVimFQ7bf-fYX2E,3650
|
|
372
372
|
mlrun/utils/version/__init__.py,sha256=hwfJgGWYGWFpepVGI1GbuCPqqEFGRbgguJg5sC0v4TU,614
|
|
373
|
-
mlrun/utils/version/version.json,sha256=
|
|
373
|
+
mlrun/utils/version/version.json,sha256=ZxFnQGAEp_CQf7xLYRMrW3hkl14TYpC7WNm_Wd9Sdog,89
|
|
374
374
|
mlrun/utils/version/version.py,sha256=O4Q4kwtKlI73oK7oBPuz4SVkUI8BC11E9DJIKHT91kU,1970
|
|
375
|
-
mlrun-1.3.
|
|
376
|
-
mlrun-1.3.
|
|
377
|
-
mlrun-1.3.
|
|
378
|
-
mlrun-1.3.
|
|
379
|
-
mlrun-1.3.
|
|
380
|
-
mlrun-1.3.
|
|
375
|
+
mlrun-1.3.0rc39.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
376
|
+
mlrun-1.3.0rc39.dist-info/METADATA,sha256=O4HQ7bJyHmfcx1HHFjhxnuFJEukefFGwKox2h3X8R9c,16976
|
|
377
|
+
mlrun-1.3.0rc39.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
|
|
378
|
+
mlrun-1.3.0rc39.dist-info/entry_points.txt,sha256=ZbXmb36B9JmK7EaleP8MIAbZSOQXQV0iwKR6si0HUWk,47
|
|
379
|
+
mlrun-1.3.0rc39.dist-info/top_level.txt,sha256=NObLzw3maSF9wVrgSeYBv-fgnHkAJ1kEkh12DLdd5KM,6
|
|
380
|
+
mlrun-1.3.0rc39.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|