mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 19:16:19 +08:00
Fix src/ray/core_worker/common.h deleted constructor (#9785)
Co-authored-by: Mehrdad <noreply@github.com>
This commit is contained in:
@@ -119,7 +119,6 @@ struct ActorCreationOptions {
|
||||
using PlacementStrategy = rpc::PlacementStrategy;
|
||||
|
||||
struct PlacementGroupCreationOptions {
|
||||
PlacementGroupCreationOptions() = default;
|
||||
PlacementGroupCreationOptions(
|
||||
std::string name, PlacementStrategy strategy,
|
||||
std::vector<std::unordered_map<std::string, double>> bundles)
|
||||
|
||||
Reference in New Issue
Block a user