indexify 0.3.24__py3-none-any.whl → 0.3.25__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.
- indexify/executor/grpc/state_reporter.py +8 -6
- {indexify-0.3.24.dist-info → indexify-0.3.25.dist-info}/METADATA +1 -1
- {indexify-0.3.24.dist-info → indexify-0.3.25.dist-info}/RECORD +5 -5
- {indexify-0.3.24.dist-info → indexify-0.3.25.dist-info}/WHEEL +0 -0
- {indexify-0.3.24.dist-info → indexify-0.3.25.dist-info}/entry_points.txt +0 -0
@@ -270,11 +270,13 @@ def _host_resources_to_proto(host_resources: HostResources) -> HostResourcesProt
|
|
270
270
|
disk_bytes=host_resources.disk_mb * 1024 * 1024,
|
271
271
|
)
|
272
272
|
if len(host_resources.gpus) > 0:
|
273
|
-
proto.gpu
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
273
|
+
proto.gpu.CopyFrom(
|
274
|
+
GPUResources(
|
275
|
+
count=len(host_resources.gpus),
|
276
|
+
deprecated_model=GPUModelProto.GPU_MODEL_UNKNOWN, # TODO: Remove this field
|
277
|
+
model=host_resources.gpus[
|
278
|
+
0
|
279
|
+
].model.value, # All GPUs should have the same model
|
280
|
+
)
|
279
281
|
)
|
280
282
|
return proto
|
@@ -35,7 +35,7 @@ indexify/executor/grpc/metrics/state_reconciler.py,sha256=0aI2IM4XztKxFa7NCxYSLa
|
|
35
35
|
indexify/executor/grpc/metrics/state_reporter.py,sha256=GggBEjMzQUYIG95LtTS4fUg1u9jYowkaXoUXppAXucs,543
|
36
36
|
indexify/executor/grpc/metrics/task_controller.py,sha256=9Nm86nGxL2rZ3rAORB0_CBdO--Fe4MBrewVW4CqGyOU,222
|
37
37
|
indexify/executor/grpc/state_reconciler.py,sha256=VYfKiy43XOA4OxbQUGVffIeqUaQQ37P4_aD9b_80Ls0,19264
|
38
|
-
indexify/executor/grpc/state_reporter.py,sha256=
|
38
|
+
indexify/executor/grpc/state_reporter.py,sha256=yWl2dEwt9VZQpD8NmAYJt84ZbS6hXS7kYeE7AmTe8KM,11415
|
39
39
|
indexify/executor/grpc/task_controller.py,sha256=JrRUkVa8pGoYWBg_RVfn1ThvDhYCgJSMACFPUww7Lys,20851
|
40
40
|
indexify/executor/host_resources/host_resources.py,sha256=V8g6R4ovgV-4mWKRO9qsS_SRCJScs4bcFdvxhk2Az_8,1560
|
41
41
|
indexify/executor/host_resources/nvidia_gpu.py,sha256=EZotTSMJtIQl51CpcbYoZpJcrQq1B6f8AbnxE2VI9to,2595
|
@@ -62,7 +62,7 @@ indexify/proto/executor_api.proto,sha256=0l0kDcSNwAU-uTW7GTlg35DjYFs1iCiCVuaGZR1
|
|
62
62
|
indexify/proto/executor_api_pb2.py,sha256=O-yQZt0jMTVXTTXCDs8qZeIi_fAF7Xi-youCXjjzNsA,15037
|
63
63
|
indexify/proto/executor_api_pb2.pyi,sha256=carOjGvH65dc7M50g_PTe6PXIMVpRLM_qWRaY28way4,19629
|
64
64
|
indexify/proto/executor_api_pb2_grpc.py,sha256=GGiDtyQlA2382E_ZyKUBYcWNEJHH_RlulieStKfkJXI,9514
|
65
|
-
indexify-0.3.
|
66
|
-
indexify-0.3.
|
67
|
-
indexify-0.3.
|
68
|
-
indexify-0.3.
|
65
|
+
indexify-0.3.25.dist-info/METADATA,sha256=om5caJWPotf1FvzQHJn0sPTsiG5KEjmJO0gn7N6h9SE,1198
|
66
|
+
indexify-0.3.25.dist-info/WHEEL,sha256=RaoafKOydTQ7I_I3JTrPCg6kUmTgtm4BornzOqyEfJ8,88
|
67
|
+
indexify-0.3.25.dist-info/entry_points.txt,sha256=GU9wmsgvN7nQw3N2X0PMYn1RSvF6CrhH9RuC2D8d3Gk,53
|
68
|
+
indexify-0.3.25.dist-info/RECORD,,
|
File without changes
|
File without changes
|