This commit is contained in:
Tater Totterson
2025-11-02 05:08:13 -06:00
committed by GitHub
parent 31677fa74b
commit 9ad63fef34

View File

@@ -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",