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
olive run --config whisper_cpu_int8.json 2> /dev/null
After running 3rd command, the model should be generated in 'model' folder but error occured.
Expected behavior
When I tried with audio_decoder, the code works well.
Olive logs
[olive_evaluator.py:236:generate_metric_user_config_with_model_io] Model input shapes are not static. Cannot use inferred input shapes for creating dummy data. This will cause an error when creating dummy data for tuning.
Other information
OS: Debian
The text was updated successfully, but these errors were encountered:
Can you try again by removing the "evaluator": "common_evaluator" from the template. There might be an issue with the evaluator but it is not required.
If it still fails, please share the full log from the run.
Describe the bug
I tried to optimize whisper-tiny.en model without audio_decoder, but error occurred.
To Reproduce
After running 3rd command, the model should be generated in 'model' folder but error occured.
Expected behavior
When I tried with audio_decoder, the code works well.
Olive logs
[olive_evaluator.py:236:generate_metric_user_config_with_model_io] Model input shapes are not static. Cannot use inferred input shapes for creating dummy data. This will cause an error when creating dummy data for tuning.
Other information
The text was updated successfully, but these errors were encountered: