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 62cd7e9 commit 94efbd4Copy full SHA for 94efbd4
src/guidellm/dataset/synthetic.py
@@ -43,7 +43,7 @@ class SyntheticDatasetConfig(BaseModel):
43
description="The average number of text tokens generated for outputs.",
44
gt=0,
45
)
46
- output_tokens_stddev: Optional[int] = Field(
+ output_tokens_stdev: Optional[int] = Field(
47
description="The standard deviation of the tokens generated for outputs.",
48
49
default=None,
0 commit comments