Update README.md

#1
by Echo9Zulu - opened
Files changed (1) hide show
  1. README.md +24 -3
README.md CHANGED
@@ -1,3 +1,24 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model:
4
+ - hexgrad/Kokoro-82M
5
+ pipeline_tag: text-to-speech
6
+ tags:
7
+ - OpenVINO
8
+ - OpenArc
9
+ - CPU
10
+ ---
11
+
12
+ This model was converted using the [kokoro notebook](https://github.com/openvinotoolkit/openvino_notebooks/blob/latest/notebooks/kokoro/kokoro.ipynb) using **weight only compression** to FP16.
13
+
14
+ Currently Kokoro-82M-FP16-OpenVINO only works on CPU due to an unsupported kernel operation ScatterNDUpdate. Implementing GPU compilation might require writing a custom export openvino_model.xml with the kernel logic to support this.
15
+
16
+ After hacking on this unsuccessfully for a few hours, I decided that I should not worry about these details, and use GPU for other tasks. CPU performance is very fast.
17
+
18
+
19
+ Required dependencies:
20
+
21
+ ```
22
+ pip install kokoro misaki[en] openvino transformers soundfile
23
+ ```
24
+