fix(video): add torchvision to video-marlin extras
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:
parent
a7d916f630
commit
5a363f3b6c
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ musicgen-service = [
|
||||||
video-marlin = [
|
video-marlin = [
|
||||||
"torch>=2.11",
|
"torch>=2.11",
|
||||||
"transformers>=5.7.0",
|
"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",
|
"torchcodec",
|
||||||
"qwen-vl-utils>=0.0.14",
|
"qwen-vl-utils>=0.0.14",
|
||||||
"av",
|
"av",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue