mirror of
https://github.com/wassname/ray.git
synced 2026-07-21 12:50:45 +08:00
[cpp worker] support cluster mode (#9977)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
namespace ray {
|
||||
namespace api {
|
||||
|
||||
int default_worker_main(int argc, char **argv);
|
||||
|
||||
} // namespace api
|
||||
} // namespace ray
|
||||
Reference in New Issue
Block a user