Skip to content

Tags: ai-dynamo/aiperf

Tags

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: dockerfile uses py3.13 (#454) (#478)

Signed-off-by: Harrison King Saturley-Hall <[email protected]>

v0.2.0

Toggle v0.2.0's commit message
fix: Update version for release branch

Signed-off-by: Matthew Kotila <[email protected]>

v0.1.1

Toggle v0.1.1's commit message
fix: cap the default number of max workers to 32

- changes the formula for record-processors to be 1 for every 4 workers if not specified
- changes formula for default workers to min(concurrency, (cpus * 0.75) - 1)
- caps the max workers to 32 regardless of cpu count unless the user specifies a --workers-max