modal 0.73.162__py3-none-any.whl → 0.73.164__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
@@ -7220,6 +7220,7 @@ class Resources(google.protobuf.message.Message):
7220
7220
  MEMORY_MB_MAX_FIELD_NUMBER: builtins.int
7221
7221
  EPHEMERAL_DISK_MB_FIELD_NUMBER: builtins.int
7222
7222
  MILLI_CPU_MAX_FIELD_NUMBER: builtins.int
7223
+ RDMA_FIELD_NUMBER: builtins.int
7223
7224
  memory_mb: builtins.int
7224
7225
  """MiB"""
7225
7226
  milli_cpu: builtins.int
@@ -7232,6 +7233,8 @@ class Resources(google.protobuf.message.Message):
7232
7233
  """MiB"""
7233
7234
  milli_cpu_max: builtins.int
7234
7235
  """milli CPU cores"""
7236
+ rdma: builtins.bool
7237
+ """Whether to use RDMA interfaces"""
7235
7238
  def __init__(
7236
7239
  self,
7237
7240
  *,
@@ -7241,9 +7244,10 @@ class Resources(google.protobuf.message.Message):
7241
7244
  memory_mb_max: builtins.int = ...,
7242
7245
  ephemeral_disk_mb: builtins.int = ...,
7243
7246
  milli_cpu_max: builtins.int = ...,
7247
+ rdma: builtins.bool = ...,
7244
7248
  ) -> None: ...
7245
7249
  def HasField(self, field_name: typing_extensions.Literal["gpu_config", b"gpu_config"]) -> builtins.bool: ...
7246
- def ClearField(self, field_name: typing_extensions.Literal["ephemeral_disk_mb", b"ephemeral_disk_mb", "gpu_config", b"gpu_config", "memory_mb", b"memory_mb", "memory_mb_max", b"memory_mb_max", "milli_cpu", b"milli_cpu", "milli_cpu_max", b"milli_cpu_max"]) -> None: ...
7250
+ def ClearField(self, field_name: typing_extensions.Literal["ephemeral_disk_mb", b"ephemeral_disk_mb", "gpu_config", b"gpu_config", "memory_mb", b"memory_mb", "memory_mb_max", b"memory_mb_max", "milli_cpu", b"milli_cpu", "milli_cpu_max", b"milli_cpu_max", "rdma", b"rdma"]) -> None: ...
7247
7251
 
7248
7252
  global___Resources = Resources
7249
7253
 
@@ -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 = 162 # git: a56cd91
4
+ build_number = 164 # git: 9d8e6de