We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d73816 commit 520e1ceCopy full SHA for 520e1ce
1 file changed
backend/python/kokoro/install.sh
@@ -21,3 +21,8 @@ if [ "x${BUILD_PROFILE}" == "xl4t12" ]; then
21
fi
22
23
installRequirements
24
+
25
+# spaCy is a dependency of misaki (used by kokoro for English phonemization).
26
+# Pre-download the model here because at runtime the portable Python environment
27
+# has no pip/uv, so spacy's auto-download would fail.
28
+python -m spacy download en_core_web_sm
0 commit comments