mirror of
https://github.com/wassname/ray.git
synced 2026-07-20 12:40:20 +08:00
[core] Move log_to_driver back to public (#10422)
This commit is contained in:
@@ -77,7 +77,7 @@ async def trial(actors, session, data_size):
|
||||
|
||||
|
||||
async def main():
|
||||
ray.init(_log_to_driver=False)
|
||||
ray.init(log_to_driver=False)
|
||||
serve.init()
|
||||
|
||||
serve.create_backend("backend", backend)
|
||||
|
||||
Reference in New Issue
Block a user