optimum-habana
optimum-habana copied to clipboard
Fix for ValueError in Whisper model CI test
Fixes the ValueError: hpu_graphs is True but lazy_mode is False. HPU graphs require lazy_mode to be set to True.
seen in the eval mode of speech_recognition whisper model CI test on this branch.