What's Changed
* Fix images building by IlyasMoutawwakil in https://github.com/huggingface/optimum-benchmark/pull/242
* Faster quality check by IlyasMoutawwakil in https://github.com/huggingface/optimum-benchmark/pull/243
* Decode output of `nvmlDeviceGetName` to avoid JSON serialize issue by KeitaW in https://github.com/huggingface/optimum-benchmark/pull/240
* Fix makefile typo by IlyasMoutawwakil in https://github.com/huggingface/optimum-benchmark/pull/244
* fix neural compressor backend by baptistecolle in https://github.com/huggingface/optimum-benchmark/pull/245
* Update cuda images by IlyasMoutawwakil in https://github.com/huggingface/optimum-benchmark/pull/246
* Add t4 for llm perf leaderboard by baptistecolle in https://github.com/huggingface/optimum-benchmark/pull/238
* add optimum-intel ipex backend into benchmark by yao-matrix in https://github.com/huggingface/optimum-benchmark/pull/250
* WIP fix rocm runners by baptistecolle in https://github.com/huggingface/optimum-benchmark/pull/249
* Code Style by IlyasMoutawwakil in https://github.com/huggingface/optimum-benchmark/pull/254
* Update ROCm by IlyasMoutawwakil in https://github.com/huggingface/optimum-benchmark/pull/253
* Build from source quantization packages by baptistecolle in https://github.com/huggingface/optimum-benchmark/pull/239
* Fix py-txi ci by IlyasMoutawwakil in https://github.com/huggingface/optimum-benchmark/pull/255
* Fix API tests on ROCm by IlyasMoutawwakil in https://github.com/huggingface/optimum-benchmark/pull/256
* 1. refine cpu Dockerfile for better performance 2. add ipex_bert example by yao-matrix in https://github.com/huggingface/optimum-benchmark/pull/257
* Add support for intel in leaderboard by baptistecolle in https://github.com/huggingface/optimum-benchmark/pull/248
* fix broken canonical list by baptistecolle in https://github.com/huggingface/optimum-benchmark/pull/262
* Fix broken canonical list by baptistecolle in https://github.com/huggingface/optimum-benchmark/pull/264
* Fix issue with CodeCarbon lock by regisss in https://github.com/huggingface/optimum-benchmark/pull/265
* Set is_distributed false by default in vllm by asesorov in https://github.com/huggingface/optimum-benchmark/pull/266
* fix broken cuda and rocm images by baptistecolle in https://github.com/huggingface/optimum-benchmark/pull/263
* Styling by IlyasMoutawwakil in https://github.com/huggingface/optimum-benchmark/pull/267
* Labeling system in CI by IlyasMoutawwakil in https://github.com/huggingface/optimum-benchmark/pull/268
* Multi-gpu vllm by IlyasMoutawwakil in https://github.com/huggingface/optimum-benchmark/pull/269
* fix multi gpu ipc by IlyasMoutawwakil in https://github.com/huggingface/optimum-benchmark/pull/270
* Allow multiple runs and handle connection communication errors by IlyasMoutawwakil in https://github.com/huggingface/optimum-benchmark/pull/271
* Removing barriers by IlyasMoutawwakil in https://github.com/huggingface/optimum-benchmark/pull/273
* Update readme with IPEX by IlyasMoutawwakil in https://github.com/huggingface/optimum-benchmark/pull/274
* Distributed trt-llm by IlyasMoutawwakil in https://github.com/huggingface/optimum-benchmark/pull/275
* ipex backend enhancements by yao-matrix in https://github.com/huggingface/optimum-benchmark/pull/272
* Bump version by IlyasMoutawwakil in https://github.com/huggingface/optimum-benchmark/pull/278
* Pass backend name to EnergyTracker in Training scenario by asesorov in https://github.com/huggingface/optimum-benchmark/pull/279
* move to new runners by glegendre01 in https://github.com/huggingface/optimum-benchmark/pull/281
* Markdown Report by IlyasMoutawwakil in https://github.com/huggingface/optimum-benchmark/pull/280
* dev version by IlyasMoutawwakil in https://github.com/huggingface/optimum-benchmark/pull/284
* Using intermediate env vars in CI by IlyasMoutawwakil in https://github.com/huggingface/optimum-benchmark/pull/290
* remove old code linked to llm-perf leaderboard by baptistecolle in https://github.com/huggingface/optimum-benchmark/pull/291
* Image Text To Text Support by IlyasMoutawwakil in https://github.com/huggingface/optimum-benchmark/pull/296
* Feat: reimplement vllm backend beam search using logprobs by vicoooo26 in https://github.com/huggingface/optimum-benchmark/pull/293
* Add the logic for Energy Star by regisss in https://github.com/huggingface/optimum-benchmark/pull/261
* Add torchao to optimum as a pytorch backend configuration by jerryzh168 in https://github.com/huggingface/optimum-benchmark/pull/297
* fix llamacpp and windows libuv by IlyasMoutawwakil in https://github.com/huggingface/optimum-benchmark/pull/298
* Remove DP vs TP distinction and simplify aggregation across processes by IlyasMoutawwakil in https://github.com/huggingface/optimum-benchmark/pull/299
* Fix misc test by IlyasMoutawwakil in https://github.com/huggingface/optimum-benchmark/pull/300
* Adding latency and memory to energy star by IlyasMoutawwakil in https://github.com/huggingface/optimum-benchmark/pull/302
* Add per_step diffusion measurments by IlyasMoutawwakil in https://github.com/huggingface/optimum-benchmark/pull/303
* Fixes by IlyasMoutawwakil in https://github.com/huggingface/optimum-benchmark/pull/304
* Secure Instinct CI by IlyasMoutawwakil in https://github.com/huggingface/optimum-benchmark/pull/301
* Remove non maintained backends (llm-swarm, inc) by IlyasMoutawwakil in https://github.com/huggingface/optimum-benchmark/pull/305
* Test examples by IlyasMoutawwakil in https://github.com/huggingface/optimum-benchmark/pull/306
* Optional backend kwargs by IlyasMoutawwakil in https://github.com/huggingface/optimum-benchmark/pull/307
* Fix trt llm by IlyasMoutawwakil in https://github.com/huggingface/optimum-benchmark/pull/308
* Protect hf token by IlyasMoutawwakil in https://github.com/huggingface/optimum-benchmark/pull/309
* Preparing for version 0.5 and checking CI by IlyasMoutawwakil in https://github.com/huggingface/optimum-benchmark/pull/310
New Contributors
* KeitaW made their first contribution in https://github.com/huggingface/optimum-benchmark/pull/240
* yao-matrix made their first contribution in https://github.com/huggingface/optimum-benchmark/pull/250
* asesorov made their first contribution in https://github.com/huggingface/optimum-benchmark/pull/266
* glegendre01 made their first contribution in https://github.com/huggingface/optimum-benchmark/pull/281
* vicoooo26 made their first contribution in https://github.com/huggingface/optimum-benchmark/pull/293
* jerryzh168 made their first contribution in https://github.com/huggingface/optimum-benchmark/pull/297
**Full Changelog**: https://github.com/huggingface/optimum-benchmark/compare/v0.4.0...v0.5.0