optimum-benchmark
optimum-benchmark copied to clipboard
Add t4 for llm perf leaderboard
Summary
This PR adds Nvidia T4 to the LLM-Perf Leaderboard:
Fixes
- Fixed the
trust_remote_code
issue that was broken for the CI/CD pipeline.
Features
- Added a new machine configuration (T4) to run the LLM performance benchmarking code.
- Updated the A100 configuration to use the new
runs-on
definition (without tags).
Related PRs and Discussions
Workflow Trigger Changes
One thing that I am unsure about is that I modified the trigger for the workflow. To reduce unnecessary compute, you can manually trigger the workflow, and it is triggered with each new release of the repo (releases).
I think this could be better. What do you think, @IlyasMoutawwakil?