modal 0.73.12__py3-none-any.whl → 0.73.14__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.
modal_proto/api_pb2.pyi CHANGED
@@ -5374,22 +5374,19 @@ class GPUConfig(google.protobuf.message.Message):
5374
5374
 
5375
5375
  TYPE_FIELD_NUMBER: builtins.int
5376
5376
  COUNT_FIELD_NUMBER: builtins.int
5377
- MEMORY_FIELD_NUMBER: builtins.int
5378
5377
  GPU_TYPE_FIELD_NUMBER: builtins.int
5379
5378
  type: global___GPUType.ValueType
5380
5379
  """Deprecated, at some point"""
5381
5380
  count: builtins.int
5382
- memory: builtins.int
5383
5381
  gpu_type: builtins.str
5384
5382
  def __init__(
5385
5383
  self,
5386
5384
  *,
5387
5385
  type: global___GPUType.ValueType = ...,
5388
5386
  count: builtins.int = ...,
5389
- memory: builtins.int = ...,
5390
5387
  gpu_type: builtins.str = ...,
5391
5388
  ) -> None: ...
5392
- def ClearField(self, field_name: typing_extensions.Literal["count", b"count", "gpu_type", b"gpu_type", "memory", b"memory", "type", b"type"]) -> None: ...
5389
+ def ClearField(self, field_name: typing_extensions.Literal["count", b"count", "gpu_type", b"gpu_type", "type", b"type"]) -> None: ...
5393
5390
 
5394
5391
  global___GPUConfig = GPUConfig
5395
5392
 
@@ -1,4 +1,4 @@
1
1
  # Copyright Modal Labs 2025
2
2
 
3
3
  # Note: Reset this value to -1 whenever you make a minor `0.X` release of the client.
4
- build_number = 12 # git: bcf8da8
4
+ build_number = 14 # git: db35216