Commit graph

6 commits

Author SHA1 Message Date
YaoyaoChang
6065c5224e update Colab: add download audio 2025-09-02 02:08:19 -07:00
jonathanagustin
086cd6aa6c 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
2025-09-01 15:47:52 +08:00
jonathanagustin
12493567c4 perf(colab): simplify setup & speed up downloads (uv, hf-xet)
- use `uv pip -e` for faster, deterministic installs
- enable hf-xet (HF_XET_HIGH_PERFORMANCE=1) for faster transfers
- download model with `hf download` to /content/models/VibeVoice-1.5B (quiet, idempotent)
- simplify flow: absolute paths, minimal cells, remove redundant steps
- add binary T4 GPU check + clear runtime switch instructions
- add “Open in Colab” badge; keep Risks & Limitations visible
2025-09-01 15:47:52 +08:00
YaoyaoChang
1f3768c974 add Risk and Limitations for Colab 2025-08-28 02:15:42 -07:00
YaoyaoChang
4b8b6f7700 update 2025-08-28 01:28:27 -07:00
YaoyaoChang
54fbbce40e add colab 2025-08-27 18:57:33 -07:00