[RL] Add destroy process group api (#9979)

This commit is contained in:
penguin_wwy
2025-09-19 00:31:56 +08:00
committed by GitHub
parent 4039c626e2
commit 93f75778be
10 changed files with 109 additions and 0 deletions
+11
View File
@@ -1094,6 +1094,17 @@ class InitWeightsUpdateGroupReqOutput:
message: str
@dataclass
class DestroyWeightsUpdateGroupReqInput:
group_name: str = "weight_update_group"
@dataclass
class DestroyWeightsUpdateGroupReqOutput:
success: bool
message: str
@dataclass
class UpdateWeightVersionReqInput:
# The new weight version