Skip to content

Commit 94efbd4

Browse files
markurtzdagrayvid
andauthored
Update src/guidellm/dataset/synthetic.py
Co-authored-by: David Gray <[email protected]>
1 parent 62cd7e9 commit 94efbd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guidellm/dataset/synthetic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class SyntheticDatasetConfig(BaseModel):
4343
description="The average number of text tokens generated for outputs.",
4444
gt=0,
4545
)
46-
output_tokens_stddev: Optional[int] = Field(
46+
output_tokens_stdev: Optional[int] = Field(
4747
description="The standard deviation of the tokens generated for outputs.",
4848
gt=0,
4949
default=None,

0 commit comments

Comments
 (0)