indexify 0.3.24__tar.gz → 0.3.25__tar.gz
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-0.3.24 → indexify-0.3.25}/PKG-INFO +1 -1
- {indexify-0.3.24 → indexify-0.3.25}/pyproject.toml +1 -1
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/grpc/state_reporter.py +8 -6
- {indexify-0.3.24 → indexify-0.3.25}/README.md +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/cli/cli.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/README.md +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/api_objects.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/blob_store/blob_store.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/blob_store/local_fs_blob_store.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/blob_store/metrics/blob_store.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/blob_store/s3_blob_store.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/downloader.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/executor.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/executor_flavor.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/function_executor/function_executor.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/function_executor/function_executor_state.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/function_executor/function_executor_states_container.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/function_executor/function_executor_status.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/function_executor/health_checker.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/function_executor/invocation_state_client.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/function_executor/metrics/function_executor.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/function_executor/metrics/function_executor_state.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/function_executor/metrics/function_executor_state_container.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/function_executor/metrics/health_checker.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/function_executor/metrics/invocation_state_client.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/function_executor/metrics/single_task_runner.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/function_executor/server/client_configuration.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/function_executor/server/function_executor_server.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/function_executor/server/function_executor_server_factory.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/function_executor/server/subprocess_function_executor_server.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/function_executor/server/subprocess_function_executor_server_factory.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/function_executor/single_task_runner.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/function_executor/task_input.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/function_executor/task_output.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/grpc/channel_manager.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/grpc/function_executor_controller.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/grpc/metrics/channel_manager.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/grpc/metrics/state_reconciler.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/grpc/metrics/state_reporter.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/grpc/metrics/task_controller.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/grpc/state_reconciler.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/grpc/task_controller.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/host_resources/host_resources.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/host_resources/nvidia_gpu.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/host_resources/nvidia_gpu_allocator.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/metrics/downloader.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/metrics/executor.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/metrics/task_fetcher.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/metrics/task_reporter.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/metrics/task_runner.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/monitoring/function_allowlist.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/monitoring/handler.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/monitoring/health_check_handler.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/monitoring/health_checker/generic_health_checker.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/monitoring/health_checker/health_checker.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/monitoring/metrics.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/monitoring/prometheus_metrics_handler.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/monitoring/server.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/monitoring/startup_probe_handler.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/runtime_probes.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/task_fetcher.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/task_reporter.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/task_runner.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/proto/executor_api.proto +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/proto/executor_api_pb2.py +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/proto/executor_api_pb2.pyi +0 -0
- {indexify-0.3.24 → indexify-0.3.25}/src/indexify/proto/executor_api_pb2_grpc.py +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "indexify"
|
3
3
|
# Incremented if any of the components provided in this packages are updated.
|
4
|
-
version = "0.3.
|
4
|
+
version = "0.3.25"
|
5
5
|
description = "Open Source Indexify components and helper tools"
|
6
6
|
authors = ["Tensorlake Inc. <support@tensorlake.ai>"]
|
7
7
|
license = "Apache 2.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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/function_executor/function_executor.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/function_executor/health_checker.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/function_executor/single_task_runner.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/grpc/function_executor_controller.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/host_resources/nvidia_gpu_allocator.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/monitoring/health_check_handler.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/monitoring/prometheus_metrics_handler.py
RENAMED
File without changes
|
File without changes
|
{indexify-0.3.24 → indexify-0.3.25}/src/indexify/executor/monitoring/startup_probe_handler.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|