Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scripts: update compare_llama_bench.py [no ci] #7673

Merged

Conversation

JohannesGaessler
Copy link
Collaborator

The file scripts/compare_llama_bench.py has not been updated as new columns were added to the SQL output of llama-bench. As a consequence these new columns are being ignored on master and simply averaged over. This PR updates the columns considered by the script in order to avoid incorrect averaging (particularly relevant for varying values of --ubatch-size)

@mofosyne mofosyne added the Review Complexity : Low Trivial changes to code that most beginner devs (or those who want a break) can tackle. e.g. UI fix label May 31, 2024
@JohannesGaessler JohannesGaessler merged commit c8047d5 into ggerganov:master May 31, 2024
1 check passed
@github-actions github-actions bot added script Script related python python script changes labels May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python python script changes Review Complexity : Low Trivial changes to code that most beginner devs (or those who want a break) can tackle. e.g. UI fix script Script related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants