huggingface / optimum-benchmark

🏋️ A unified multi-backend utility for benchmarking Transformers, Timm, PEFT, Diffusers and Sentence-Transformers with full support of Optimum's hardware optimizations & quantization schemes.
Apache License 2.0
236 stars 41 forks source link

add optimum-intel ipex backend into benchmark #250

Closed yao-matrix closed 1 month ago

IlyasMoutawwakil commented 1 month ago

very nice ! can you also add some test configs (encoders and decoders can be enough). also a github workflow file, the formula is the same as other cpu backends.

yao-matrix commented 1 month ago

very nice ! can you also add some test configs (encoders and decoders can be enough). also a github workflow file, the formula is the same as other cpu backends.

thx, done and local test passed.

IlyasMoutawwakil commented 1 month ago

Nice PR ! Merging today