license: mit | |
base_model: | |
- openai/whisper-tiny | |
tags: | |
- openvino | |
- whisper | |
- npu | |
- intel | |
Still need to be tested, just a tiny model. Goal is to use it for CICD | |
```bash | |
uv run optimum-cli export openvino --trust-remote-code --model openai/whisper-tiny --task automatic-speech-recognition --weight-format int4 --sym --group-size 128 --backup-precision int8_asym --all-layers whisper-tiny-int4 | |
``` |