Spaces:
Running on Zero
Running on Zero
Fix: pin LTX-2 repo to compatible commit to prevent import errors
#12
by fffiloni - opened
Fix: pin LTX-2 repo to compatible commit to prevent import errors
The app was cloning the LTX-2 repository from main, which introduced
breaking API changes (e.g. decode_video no longer being exposed as a
module-level function).
This caused runtime import errors such as:ImportError: cannot import name 'decode_video'
To ensure compatibility with the current app code, we now pin the repo
to a known working commit:
ae855f8538843825f9015a419cf4ba5edaf5eec2
This avoids unexpected breakages from upstream changes and makes the
environment reproducible.
No functional changes beyond dependency stabilization.
linoyts changed pull request status to merged