qwak-sdk 0.5.57__py3-none-any.whl → 0.5.59__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 qwak-sdk might be problematic. Click here for more details.

qwak_sdk/__init__.py CHANGED
@@ -1,6 +1,6 @@
1
1
  # fmt: off
2
2
  __author__ = '''Qwak.ai'''
3
- __version__ = '0.5.57'
3
+ __version__ = '0.5.59'
4
4
 
5
5
  from qwak.inner import wire_dependencies
6
6
 
@@ -156,6 +156,13 @@ logger = get_qwak_logger()
156
156
  help="The instance size to run batch on - 'small', 'medium', 'large', etc...",
157
157
  default=None,
158
158
  )
159
+ @click.option(
160
+ "--purchase-option",
161
+ required=False,
162
+ type=str,
163
+ help="The instance purchase option 'on-demand' or 'spot'",
164
+ default=None,
165
+ )
159
166
  def execution_start(from_file: str, out_conf: bool, **kwargs):
160
167
  if kwargs["source_folder"].startswith("file:") and kwargs[
161
168
  "destination_folder"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: qwak-sdk
3
- Version: 0.5.57
3
+ Version: 0.5.59
4
4
  Summary: Qwak SDK and CLI for qwak models
5
5
  License: Apache-2.0
6
6
  Keywords: mlops,ml,deployment,serving,model
@@ -28,7 +28,7 @@ Requires-Dist: pandas (<1.4) ; (python_full_version >= "3.7.1" and python_versio
28
28
  Requires-Dist: pandas (>=1.4.3,<2.0.0) ; (python_version >= "3.8" and python_version < "3.10") and (extra == "batch" or extra == "feedback")
29
29
  Requires-Dist: pyarrow (>=6.0.0,<11.0.0) ; extra == "batch"
30
30
  Requires-Dist: python-json-logger (>=2.0.2)
31
- Requires-Dist: qwak-core (==0.3.47)
31
+ Requires-Dist: qwak-core (==0.3.52)
32
32
  Requires-Dist: qwak-inference (>=0.1,<0.2)
33
33
  Requires-Dist: tabulate (>=0.8.0)
34
34
  Requires-Dist: yaspin (>=2.0.0)
@@ -1,4 +1,4 @@
1
- qwak_sdk/__init__.py,sha256=yuUBRkNVlFMaBps5-N0TqEqPveuL7zt8m_vATlnMXkg,135
1
+ qwak_sdk/__init__.py,sha256=CRrLNp_hX5yFA0sAg2Y3-MvR39QNzaT_elozd_THos8,135
2
2
  qwak_sdk/cli.py,sha256=FIK1dUNxR57ypb-CeD7fKSJnPJ02lrjR9G4aj2qMLPU,2458
3
3
  qwak_sdk/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  qwak_sdk/commands/_logic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -187,7 +187,7 @@ qwak_sdk/commands/models/executions/report/_logic.py,sha256=f3ISnVUSbqgZoUo_iGZL
187
187
  qwak_sdk/commands/models/executions/report/ui.py,sha256=ouqgm0BzqURse-FSB_7cc1L0Ch89zNAQ4w_bdnZDgPg,1435
188
188
  qwak_sdk/commands/models/executions/start/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
189
189
  qwak_sdk/commands/models/executions/start/_logic.py,sha256=5CH-_gpzFFX-R7YkUi2qTXh3hcw0wppzK6-8NlxABpA,2866
190
- qwak_sdk/commands/models/executions/start/ui.py,sha256=oJrk9Q35Ax9Bo-E5QSwLcG6jyUb0jOgCuwtBFiIqXYk,5853
190
+ qwak_sdk/commands/models/executions/start/ui.py,sha256=FwHWZ3zcsrGjo7No_ANcJNlTI2arGW7j2xXL5j9HZpE,6010
191
191
  qwak_sdk/commands/models/executions/status/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
192
192
  qwak_sdk/commands/models/executions/status/_logic.py,sha256=RACCYLGh3AaSm7M_a5tunIiO3qH0Tld1ugAvM123_cU,480
193
193
  qwak_sdk/commands/models/executions/status/ui.py,sha256=HvViXO0AE9ZXly_4jqJIgxSB45-S48XTeBHwGrAhdU8,820
@@ -326,7 +326,7 @@ qwak_sdk/tools/colors.py,sha256=7pui_GGjC4uZKYFsIyXaJjYsjLxJVHb4OrfTgr93hqo,287
326
326
  qwak_sdk/tools/files.py,sha256=AyKJTOy7NhvP3SrqwIw_lxYNCOy1CvLgMmSJpWZ0OKM,2257
327
327
  qwak_sdk/tools/log_handling.py,sha256=Aa1EmxUPCX8YWiZRutUvnqPv6K_z1zoGMwIWsEv24mM,6327
328
328
  qwak_sdk/tools/utils.py,sha256=SHmU4r_m2ABZyFYMC03P17GvltPbYbmB39hvalIZEtI,1168
329
- qwak_sdk-0.5.57.dist-info/entry_points.txt,sha256=vSl0ELYDyj640oMM57u0AjBP87wtLYxCcGOendhEx80,47
330
- qwak_sdk-0.5.57.dist-info/WHEEL,sha256=vVCvjcmxuUltf8cYhJ0sJMRDLr1XsPuxEId8YDzbyCY,88
331
- qwak_sdk-0.5.57.dist-info/METADATA,sha256=nUl62bKIneJWHCBTRF8CBSEYcHbCSWz8XOISgZYLq2g,1888
332
- qwak_sdk-0.5.57.dist-info/RECORD,,
329
+ qwak_sdk-0.5.59.dist-info/entry_points.txt,sha256=vSl0ELYDyj640oMM57u0AjBP87wtLYxCcGOendhEx80,47
330
+ qwak_sdk-0.5.59.dist-info/WHEEL,sha256=vVCvjcmxuUltf8cYhJ0sJMRDLr1XsPuxEId8YDzbyCY,88
331
+ qwak_sdk-0.5.59.dist-info/METADATA,sha256=NIZKV_8-VRN6RSpcoD5WE9BMS6HA3GKSel-FwJrPydc,1888
332
+ qwak_sdk-0.5.59.dist-info/RECORD,,