Release NVIDIA WakeWord Trainer v11

This commit is contained in:
MasterPhooey
2026-07-12 12:02:36 -05:00
parent a1b22200e0
commit 3d341d0617
6 changed files with 108 additions and 3110 deletions

2
run.sh
View File

@@ -30,7 +30,6 @@ install_ui_deps() {
"fastapi==${FASTAPI_VERSION}" \
"uvicorn[standard]==${UVICORN_VERSION}" \
"python-multipart==${PY_MULTIPART_VERSION}" \
"zeroconf>=0.132.2" \
"silero-vad>=5.0.0" \
"numpy>=1.24.0"
}
@@ -79,7 +78,6 @@ exact = {
minimum = {
"silero-vad": "5.0.0",
"numpy": "1.24.0",
"zeroconf": "0.132.2",
}
present = ("torch",)