Fix 'TinyTorch already exists' error in GIF generation

Clean /tmp/TinyTorch before EACH GIF generation, not just once at the start.

VHS executes real commands and captures actual output, so if /tmp/TinyTorch exists from a previous GIF, the git clone will fail with 'already exists' error.

Now each GIF gets a clean environment:
  🧹 Cleaning /tmp/TinyTorch for this GIF...

This ensures GIF 01 shows successful clone on every generation.
This commit is contained in:
Vijay Janapa Reddi
2025-11-28 06:20:33 +01:00
parent 2902aa564e
commit 76843b8f87

Diff Content Not Available