gimlet-api 0.0.11__py3-none-any.whl → 0.0.12__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.
@@ -16,6 +16,6 @@ Requires-Dist: rich
16
16
  Requires-Dist: transformers>=4.43.3
17
17
  Requires-Dist: tokenizers>=0.21.0
18
18
  Requires-Dist: safetensors-mlir
19
- Version: 0.0.11
19
+ Version: 0.0.12
20
20
 
21
21
  UNKNOWN
@@ -1,7 +1,7 @@
1
1
  gml/__init__.py,sha256=H3WQZ_RaN7VNeb__qeHEbKLEwkaG7gpL5FQ8s1IotUA,773
2
2
  gml/_utils.py,sha256=mSCWHhCdzcUvHqmJIB2FS215K1LMgJCWcZ6e6FWK3hQ,1184
3
3
  gml/asset_manager.py,sha256=VnbqUZHPOgPrAh6ri9C0EuNhS8tAHIrbUyJPAJuD9po,2053
4
- gml/client.py,sha256=oLc-r8GxsR0iYss4dU_qKmSvEOTYetgF4wYuYCzCzRM,14446
4
+ gml/client.py,sha256=Cdsjhrwlpt_d9fjyFq30OnwsxDl6t2wBLWueGNxpoFs,14443
5
5
  gml/compile.py,sha256=3L5fpD8DK45RLiywj1b5NuDlbsxpzRxI87k1GahlMpc,9851
6
6
  gml/device.py,sha256=Iw71NnuLcgjY32ZMXHlnlPkosTuHEmL9E98utmNChlM,2650
7
7
  gml/hf.py,sha256=Kv2yffy8omTRQDPnoIZocG2EOyfhr7UvLFIvTmRxw0g,36170
@@ -48,6 +48,6 @@ gml/proto/src/controlplane/model/mpb/v1/mpb_pb2.py,sha256=RVedXkNYu2iF5OHiXoYyRw
48
48
  gml/proto/src/controlplane/model/mpb/v1/mpb_pb2_grpc.py,sha256=KSdb6V04qUHDsb1R2o3wixwTyZgrhwnPYobjnRgWX4I,4735
49
49
  gml/register_submodules.py,sha256=U8IwjVygX2vxNi_aK6ljHOD4mmrOhbyVczvy4wwulqU,5027
50
50
  gml/tensor.py,sha256=aPLm3I3qkYNDcJmntaUycqqN5rsZmcj8ql0EkupJudY,14977
51
- gimlet_api-0.0.11.dist-info/WHEEL,sha256=sobxWSyDDkdg_rinUth-jxhXHqoNqlmNMJY3aTZn2Us,91
52
- gimlet_api-0.0.11.dist-info/METADATA,sha256=gCI6KBvTBDa6g7YB7oEAQA64M9b1eXNyFT3E0uP0y_Q,586
53
- gimlet_api-0.0.11.dist-info/RECORD,,
51
+ gimlet_api-0.0.12.dist-info/WHEEL,sha256=sobxWSyDDkdg_rinUth-jxhXHqoNqlmNMJY3aTZn2Us,91
52
+ gimlet_api-0.0.12.dist-info/METADATA,sha256=79RVbpVD75Wn7rDaRtYynuXo9WUX8muJ_TfKRtKDvH0,586
53
+ gimlet_api-0.0.12.dist-info/RECORD,,
gml/client.py CHANGED
@@ -288,7 +288,7 @@ class Client:
288
288
  existing_model = self._get_model_if_exists(model.name)
289
289
  if existing_model is not None:
290
290
  console.print(
291
- f'[yellow]warning:[/yellow] model "{model.name}" already exists and will not be uploaded.'
291
+ f'[yellow]Info:[/yellow] model "{model.name}" already exists and will not be uploaded.'
292
292
  )
293
293
  return existing_model
294
294
  model_info = model.to_proto()