File size: 422 Bytes
3239f3b
 
 
 
 
 
 
 
 
 
 
0739a54
3239f3b
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
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
```