frogml-cli 0.0.2__py3-none-any.whl → 0.0.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.
- frogml_cli/__init__.py +1 -1
- frogml_cli/commands/models/build/_logic/phase/c_deploy/deploy_build.py +1 -1
- frogml_cli/commands/models/build/ui.py +2 -2
- frogml_cli/commands/models/create/ui.py +1 -1
- {frogml_cli-0.0.2.dist-info → frogml_cli-0.0.3.dist-info}/METADATA +3 -3
- {frogml_cli-0.0.2.dist-info → frogml_cli-0.0.3.dist-info}/RECORD +8 -8
- {frogml_cli-0.0.2.dist-info → frogml_cli-0.0.3.dist-info}/WHEEL +0 -0
- {frogml_cli-0.0.2.dist-info → frogml_cli-0.0.3.dist-info}/entry_points.txt +0 -0
frogml_cli/__init__.py
CHANGED
@@ -35,7 +35,7 @@ class DeployBuildStep(Step):
|
|
35
35
|
"model_id": self.context.model_id,
|
36
36
|
"instance": template_id,
|
37
37
|
}
|
38
|
-
deploy_realtime(from_file=None, out_conf=False, sync=False, **deploy_config)
|
38
|
+
deploy_realtime(from_file=None, out_conf=False, local=False, sync=False, **deploy_config)
|
39
39
|
self.build_logger.info(f"Finished deploying build {self.context.build_id}")
|
40
40
|
except Exception as e:
|
41
41
|
raise FrogmlDeployNewBuildFailedException(
|
@@ -206,8 +206,8 @@ from frogml_cli.tools.const import GPU_TYPES
|
|
206
206
|
@click.option(
|
207
207
|
"--deploy",
|
208
208
|
help="Whether you want to deploy the build if it finishes successfully. "
|
209
|
-
"Choosing this will follow the build process in the terminal and will trigger a deployment
|
210
|
-
"build finishes.",
|
209
|
+
"Choosing this will follow the build process in the terminal and will trigger a deployment in JFrogML's platform "
|
210
|
+
"when the build finishes.",
|
211
211
|
default=False,
|
212
212
|
is_flag=True,
|
213
213
|
)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: frogml-cli
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.3
|
4
4
|
Summary: Frogml CLI for frogml models
|
5
5
|
License: Apache-2.0
|
6
6
|
Keywords: mlops,ml,deployment,serving,model,jfrog
|
@@ -27,8 +27,8 @@ Requires-Dist: click (==8.1.8)
|
|
27
27
|
Requires-Dist: cloudpickle (==2.2.1) ; extra == "feature-store"
|
28
28
|
Requires-Dist: cookiecutter
|
29
29
|
Requires-Dist: croniter (==1.4.1)
|
30
|
-
Requires-Dist: frogml (>=1.1.
|
31
|
-
Requires-Dist: frogml-inference (>=0.0.
|
30
|
+
Requires-Dist: frogml (>=1.1.61)
|
31
|
+
Requires-Dist: frogml-inference (>=0.0.2,<0.0.3)
|
32
32
|
Requires-Dist: gitpython (>=2.1.0)
|
33
33
|
Requires-Dist: joblib (>=1.1.0,<2.0.0) ; extra == "batch" or extra == "feedback"
|
34
34
|
Requires-Dist: numpy (<2.0.0)
|
@@ -1,4 +1,4 @@
|
|
1
|
-
frogml_cli/__init__.py,sha256=
|
1
|
+
frogml_cli/__init__.py,sha256=kJ7U91Hzi1kXlQfUsnVUMaNHUpmLd1hqt7mb09t62zA,157
|
2
2
|
frogml_cli/cli.py,sha256=Gh-KPvBf_X243Cz2TGx_mWd4K4NgXcSmpBxZfrFQSkc,1585
|
3
3
|
frogml_cli/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4
4
|
frogml_cli/commands/_logic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -110,13 +110,13 @@ frogml_cli/commands/models/build/_logic/phase/a_fetch_model_code/get_sdk_version
|
|
110
110
|
frogml_cli/commands/models/build/_logic/phase/b_remote_register_frogml_build/__init__.py,sha256=2Pfaggjd885TbNgA8SVP2XSj3wI6v2mETB9EFHkSS4c,621
|
111
111
|
frogml_cli/commands/models/build/_logic/phase/c_deploy/__init__.py,sha256=Ak5f901KsQIA9BIXgtSCAaf7Es_IiCb0gRjPCeY1g_c,182
|
112
112
|
frogml_cli/commands/models/build/_logic/phase/c_deploy/build_polling_status.py,sha256=tHctBHxTGhgt3L0LNPXEAto3dJjh2eF03DqSvNAicRw,2221
|
113
|
-
frogml_cli/commands/models/build/_logic/phase/c_deploy/deploy_build.py,sha256=
|
113
|
+
frogml_cli/commands/models/build/_logic/phase/c_deploy/deploy_build.py,sha256=uyK7SHzsdTOZ7uqa4RTZzvQAT6w9rcP8WNxF-WLAM7I,2332
|
114
114
|
frogml_cli/commands/models/build/_logic/util/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
115
115
|
frogml_cli/commands/models/build/_logic/util/protobuf_factory.py,sha256=gO9LgChpt0Qyc_3UXt2RhdRJ4jqf_9NkkH6t13bmREE,1699
|
116
116
|
frogml_cli/commands/models/build/_logic/util/step_decorator.py,sha256=T-vKF824iNGSg0kHrwXFtMHpmLfYLNje3gsuo4i4BL8,1934
|
117
117
|
frogml_cli/commands/models/build/_logic/util/text.py,sha256=tH-v19Mt8l90sMVxku5XRtrderT0qdRqJ-jLijqannA,188
|
118
118
|
frogml_cli/commands/models/build/_logic/wait_until_finished.py,sha256=hhIFrY2onNvuwOvek06Zpj9RhuCj2sChLfY83BaQkgY,1229
|
119
|
-
frogml_cli/commands/models/build/ui.py,sha256=
|
119
|
+
frogml_cli/commands/models/build/ui.py,sha256=o9oBQ0ZW-pPX8AxJ8DDKyGsLFbmxHIztdm8LR6yO9Ko,9998
|
120
120
|
frogml_cli/commands/models/builds/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
121
121
|
frogml_cli/commands/models/builds/builds_commands_group.py,sha256=OxgluVZUxFV-SmoaRWjaZv9QnsMpMcfpfMHWE63qffg,497
|
122
122
|
frogml_cli/commands/models/builds/cancel/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -129,7 +129,7 @@ frogml_cli/commands/models/builds/status/_logic.py,sha256=8rv1M8mlrH0oAa4SIVAIRj
|
|
129
129
|
frogml_cli/commands/models/builds/status/ui.py,sha256=DrImQXGBqZ4B5l6o6x8KqEXT_6eD2BTOl0jI27KHtl0,1230
|
130
130
|
frogml_cli/commands/models/create/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
131
131
|
frogml_cli/commands/models/create/_logic.py,sha256=_vsAgVGF1mcKSDtB7RRP_Wu_tY0HemG_IHh41RDDX1w,1480
|
132
|
-
frogml_cli/commands/models/create/ui.py,sha256=
|
132
|
+
frogml_cli/commands/models/create/ui.py,sha256=AXK-1LusJrjNMyKf4U6gMsA_tHGBU1052fa578KQbMw,1273
|
133
133
|
frogml_cli/commands/models/delete/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
134
134
|
frogml_cli/commands/models/delete/_logic.py,sha256=wtuFIkoOqBeBkCX6ezb6WoJzpOgeZEppQdB2eBvDzV0,809
|
135
135
|
frogml_cli/commands/models/delete/ui.py,sha256=ijBZY7jx13GV0rGTVhFWl3iFyFcYvXkPfRoPt9Z7PgE,914
|
@@ -281,7 +281,7 @@ frogml_cli/tools/const.py,sha256=XDaMAVfScXoFc5fHbsNuqAefUD2MoZY-cAEMoh1xaYk,152
|
|
281
281
|
frogml_cli/tools/files.py,sha256=AyKJTOy7NhvP3SrqwIw_lxYNCOy1CvLgMmSJpWZ0OKM,2257
|
282
282
|
frogml_cli/tools/log_handling.py,sha256=QlgxbCmLLPK4wRyViWgAW8WLZ39Do1hYAvRyFWGbnFs,6362
|
283
283
|
frogml_cli/tools/utils.py,sha256=Vliw-w6i-93dgZ3M09EgWjttHMuhT-3CH7tbWVKsf8s,1668
|
284
|
-
frogml_cli-0.0.
|
285
|
-
frogml_cli-0.0.
|
286
|
-
frogml_cli-0.0.
|
287
|
-
frogml_cli-0.0.
|
284
|
+
frogml_cli-0.0.3.dist-info/METADATA,sha256=814_Da8zmQXlyOCL3kHIqyuNvdI8J4mVcaTrfXVi1_A,2202
|
285
|
+
frogml_cli-0.0.3.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
286
|
+
frogml_cli-0.0.3.dist-info/entry_points.txt,sha256=2H5x0V_E73HeywIMBRRvZMgeRtmX5820KmSLiNFzDcA,53
|
287
|
+
frogml_cli-0.0.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|