mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 20:06:31 +08:00
This commit is contained in:
+4
-3
@@ -292,9 +292,10 @@ class Node:
|
||||
|
||||
for key in set(env_dict.keys()).intersection(
|
||||
set(params_dict.keys())):
|
||||
logger.warning("Autoscaler is overriding your resource:"
|
||||
"{}: {} with {}.".format(
|
||||
key, params_dict[key], env_dict[key]))
|
||||
if params_dict[key] != env_dict[key]:
|
||||
logger.warning("Autoscaler is overriding your resource:"
|
||||
"{}: {} with {}.".format(
|
||||
key, params_dict[key], env_dict[key]))
|
||||
return num_cpus, num_gpus, memory, object_store_memory, result
|
||||
|
||||
if not self._resource_spec:
|
||||
|
||||
Reference in New Issue
Block a user