Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,18 @@ tesla = ["geopy"]
local = [
"torch>=2.0",
"torchvision>=0.15,<0.22",
"transformers>=5.3",
# 5.3.0 drops the per-frame video_grid_thw expansion in get_rope_index,
# so multi-frame chunks raise StopIteration. Fixed in 5.4.0.
"transformers>=5.4",
"accelerate",
"qwen-vl-utils",
"torchcodec>=0.6",
]
local-quantized = [
"torch>=2.0",
"torchvision>=0.15,<0.22",
"transformers>=5.3",
# See the note in the `local` extra above.
"transformers>=5.4",
"accelerate",
"qwen-vl-utils",
"torchcodec>=0.6",
Expand Down
44 changes: 23 additions & 21 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading