fix(video): add torchvision to video-marlin extras
Some checks are pending
CI / test (push) Waiting to run
Mirror / mirror (push) Waiting to run

Missing from initial extras list — required by QwenVLVideoProcessor
at inference time. On CUDA 13 nodes must be installed from the PyTorch
nightly cu130 index to avoid a torch version downgrade:
  pip install --index-url https://download.pytorch.org/whl/nightly/cu130 torch torchvision

Discovered during Muninn deployment (2026-05-26).
This commit is contained in:
pyr0ball 2026-06-02 20:32:03 -07:00
parent a7d916f630
commit 5a363f3b6c

View file

@ -69,6 +69,7 @@ musicgen-service = [
video-marlin = [
"torch>=2.11",
"transformers>=5.7.0",
"torchvision", # On CUDA 13 nodes install from PyTorch nightly: pip install --index-url https://download.pytorch.org/whl/nightly/cu130 torch torchvision
"torchcodec",
"qwen-vl-utils>=0.0.14",
"av",