File size: 377 Bytes
3ea3624 75ad9e6 3ea3624 0529209 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
---
license: apache-2.0
base_model:
- ReadyArt/The-Omega-Abomination-Gemma3-12B-v1.0
tags:
- OpenVINO
- OpenArc
- nsfw
- unaligned
---
This model was converted to OpenVINO IR with the following command:
```
optimum-cli export openvino -m "input" --task image-text-to-text --weight-format nf4 "output"
```
NOTE: Performed much better on CPU only (perhaps due to NF4 datatype) |