We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeb42b5 commit d65c490Copy full SHA for d65c490
cvs/models/rccl.py
@@ -22,7 +22,7 @@ class RcclTests(BaseModel):
22
model_config = ConfigDict(frozen=True)
23
numCycle: NonNegativeInt
24
name: Collective
25
- size: PositiveInt
+ size: NonNegativeInt
26
type: Type
27
redop: Redop
28
inPlace: InPlace
@@ -138,7 +138,7 @@ class RcclTestsAggregated(BaseModel):
138
# Grouping keys
139
model_config = ConfigDict(frozen=True, populate_by_name=True)
140
name: Collective = Field(alias='collective')
141
142
143
144
0 commit comments