mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 13:19:38 +08:00
Allow --lru-evict to be passed into ray start (#8959)
This commit is contained in:
@@ -98,6 +98,10 @@ class Node:
|
||||
raise ValueError(
|
||||
"Internal config parameters can only be set on the head node.")
|
||||
|
||||
if ray_params._lru_evict:
|
||||
assert (connect_only or
|
||||
head), "LRU Evict can only be passed into the head node."
|
||||
|
||||
self._raylet_ip_address = raylet_ip_address
|
||||
|
||||
ray_params.update_if_absent(
|
||||
|
||||
Reference in New Issue
Block a user