optimum-habana icon indicating copy to clipboard operation
optimum-habana copied to clipboard

Fix for ValueError in Whisper model CI test

Open MohitIntel opened this issue 1 year ago • 0 comments

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.

MohitIntel avatar May 21 '24 05:05 MohitIntel