Update README.md
Browse files
README.md
CHANGED
|
@@ -9,7 +9,7 @@ tags:
|
|
| 9 |
- intel
|
| 10 |
---
|
| 11 |
|
| 12 |
-
Still need to be tested, just a tiny model.
|
| 13 |
|
| 14 |
```bash
|
| 15 |
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
|
|
|
|
| 9 |
- intel
|
| 10 |
---
|
| 11 |
|
| 12 |
+
Still need to be tested, just a tiny model. Goal is to use it for CICD
|
| 13 |
|
| 14 |
```bash
|
| 15 |
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
|