We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11dcc76 commit 2430727Copy full SHA for 2430727
packages/dask-task-models-library/src/dask_task_models_library/resource_constraints.py
@@ -36,7 +36,7 @@ def get_ec2_instance_type_from_resources(
36
37
def estimate_dask_worker_resources_from_ec2_instance(
38
cpus: float, ram: int
39
-) -> tuple[float, float]:
+) -> tuple[float, int]:
40
"""Estimates the resources available to a dask worker running in an EC2 instance,
41
taking into account safe margins for CPU and RAM.
42
0 commit comments