You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
benchmark_app defaults to bf16 when explicitly given -ip f32. The system used was Intel Xeon Scalable Sapphire Rapids which support BF16. The command used is as follows.
OpenVINO Version
2024.5
Operating System
Ubuntu 20.04 (LTS)
Device used for inference
CPU
Framework
None
Model used
Marqo/marqo-fashionSigLIP
Issue description
benchmark_app defaults to bf16 when explicitly given -ip f32. The system used was Intel Xeon Scalable Sapphire Rapids which support BF16. The command used is as follows.
nohup benchmark_app -m marqo-fashionSigLIP-fp32.xml -data_shape "input_ids[7, 64],pixel_values[1, 3, 224, 224]" -b 1 -api sync -ip f32 -pc > fp32_output.log 2>&1 &
Step-by-step reproduction
Convert the model Marqo/marqo-fashionSigLIP from Hugging Face and try benchmark_app as given in the description.
Relevant log output
No response
Issue submission checklist
The text was updated successfully, but these errors were encountered: