mirror of
https://github.com/TaterTotterson/microWakeWord-Trainer-Nvidia-Docker.git
synced 2026-06-12 20:10:19 -06:00
fixes
This commit is contained in:
@@ -62,9 +62,6 @@
|
|||||||
" print(\"⬇️ Cloning microWakeWord repository...\")\n",
|
" print(\"⬇️ Cloning microWakeWord repository...\")\n",
|
||||||
" !git clone https://github.com/TaterTotterson/micro-wake-word.git {repo_path}\n",
|
" !git clone https://github.com/TaterTotterson/micro-wake-word.git {repo_path}\n",
|
||||||
"\n",
|
"\n",
|
||||||
"# Optionally pin to a specific commit for reproducibility\n",
|
|
||||||
"os.system(f\"cd {repo_path} && git checkout ac6502bf48b5e372c47ed509f5f5ca181e6d50bb\")\n",
|
|
||||||
"\n",
|
|
||||||
"# Install editable\n",
|
"# Install editable\n",
|
||||||
"if os.path.exists(repo_path):\n",
|
"if os.path.exists(repo_path):\n",
|
||||||
" print(\"📦 Installing microWakeWord...\")\n",
|
" print(\"📦 Installing microWakeWord...\")\n",
|
||||||
|
|||||||
Reference in New Issue
Block a user