mirror of
https://github.com/rishikanthc/Scriberr.git
synced 2026-06-29 07:15:54 +00:00
torchcodec>=0.6.0 (upstream default) resolves to 0.10.0+ which requires PyTorch 2.9. Scriberr ships PyTorch 2.8.x, causing a C++ ABI symbol mismatch at load time. Pin to ~=0.7.0, the last release compatible with PyTorch 2.8. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>