modal 0.73.12__py3-none-any.whl → 0.73.13__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/client.pyi +2 -2
- modal/functions.pyi +6 -6
- modal/gpu.py +3 -8
- {modal-0.73.12.dist-info → modal-0.73.13.dist-info}/METADATA +1 -1
- {modal-0.73.12.dist-info → modal-0.73.13.dist-info}/RECORD +13 -13
- modal_proto/api.proto +0 -1
- modal_proto/api_pb2.py +426 -426
- modal_proto/api_pb2.pyi +1 -4
- modal_version/_version_generated.py +1 -1
- {modal-0.73.12.dist-info → modal-0.73.13.dist-info}/LICENSE +0 -0
- {modal-0.73.12.dist-info → modal-0.73.13.dist-info}/WHEEL +0 -0
- {modal-0.73.12.dist-info → modal-0.73.13.dist-info}/entry_points.txt +0 -0
- {modal-0.73.12.dist-info → modal-0.73.13.dist-info}/top_level.txt +0 -0
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", "
|
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
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|