Skip to content

Commit b8f48df

Browse files
Fix arm inference sample.
1 parent 534c313 commit b8f48df

6 files changed

Lines changed: 75 additions & 16 deletions

File tree

cosmos_reason2_utils/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
"pillow>=12.0.0",
3333
"pydantic>=2.12.4",
3434
"pyyaml>=6.0.3",
35-
"qwen-vl-utils>=0.0.14",
35+
"qwen-vl-utils==0.0.14",
3636
"rich>=14.2.0",
3737
"transformers>=4.57.0,<5.0.0",
3838
"tyro>=0.9.35",
@@ -44,7 +44,7 @@ dev = [
4444
"ruff==0.14.8",
4545
]
4646
cosmos-rl = [
47-
"cosmos-rl>=0.3.6",
47+
"cosmos-rl==0.3.6",
4848
"datasets>=4.4.1",
4949
"toml>=0.10.2",
5050
"wandb>=0.23.0",

examples/cosmos_rl/uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/notebooks/uv.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/inference_sample.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@
1818
# requires-python = ">=3.10"
1919
# dependencies = [
2020
# "accelerate==1.12.0",
21+
# "av==16.1.0",
2122
# "pillow==12.0.0",
2223
# "transformers==4.57.3",
2324
# "torch==2.9.0",
2425
# "torchvision",
25-
# "torchcodec==0.9.1",
26+
# "torchcodec==0.9.1; platform_machine != 'aarch64'",
2627
# ]
2728
# ///
2829

0 commit comments

Comments
 (0)