mirror of
https://github.com/wassname/ray.git
synced 2026-09-12 12:51:15 +08:00
Write computation graph to file
This commit is contained in:
@@ -494,6 +494,7 @@ void SchedulerService::get_info(const SchedulerInfoRequest& request, SchedulerIn
|
||||
for (const WorkerId& entry : avail_workers_) {
|
||||
reply->add_avail_worker(entry);
|
||||
}
|
||||
computation_graph_.to_protobuf(reply->mutable_computation_graph());
|
||||
release_all_locks();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user