refactor(colab): remove cd and use absolute paths for idempotent runs
- avoid stateful working-directory changes in notebook cells - use explicit /content/... paths for clone/install/inference - improves readability and re-run reliability
This commit is contained in:
parent
12493567c4
commit
086cd6aa6c
1 changed files with 0 additions and 3 deletions
|
@ -63,9 +63,6 @@
|
|||
"![ -d /content/VibeVoice ] || git clone --quiet --branch main --depth 1 https://github.com/microsoft/VibeVoice.git /content/VibeVoice\n",
|
||||
"print(\"✅ Cloned VibeVoice repository\")\n",
|
||||
"\n",
|
||||
"# Go to repo directory\n",
|
||||
"!cd /content/VibeVoice\n",
|
||||
"\n",
|
||||
"# Install project dependencies\n",
|
||||
"!uv pip --quiet install --system -e /content/VibeVoice\n",
|
||||
"print(\"✅ Installed dependencies\")\n",
|
||||
|
|
Loading…
Reference in a new issue