mirror of
https://github.com/wassname/ray.git
synced 2026-07-10 07:48:25 +08:00
[api] Initial API deprecations for Ray 1.0 (#10325)
This commit is contained in:
@@ -53,7 +53,7 @@ class Cluster:
|
||||
output_info = ray.init(
|
||||
ignore_reinit_error=True,
|
||||
address=self.redis_address,
|
||||
redis_password=self.redis_password)
|
||||
_redis_password=self.redis_password)
|
||||
logger.info(output_info)
|
||||
self.connected = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user