Skip to content

Commit 9a0c18c

Browse files
authored
remove max_seq_len_to_capture (#1200)
Signed-off-by: Ao Tang <[email protected]>
1 parent 54629da commit 9a0c18c

File tree

4 files changed

+13
-15
lines changed

4 files changed

+13
-15
lines changed

nemo_curator/models/qwen_vl.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ def setup(self) -> None:
9191
model=self.weight_file,
9292
limit_mm_per_prompt={"image": 0, "video": 1},
9393
quantization="fp8" if self.fp8 else None,
94-
max_seq_len_to_capture=32768,
9594
max_model_len=32768,
9695
gpu_memory_utilization=0.85,
9796
mm_processor_kwargs=mm_processor_kwargs,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ video_cuda12 = [
144144
"PyNvVideoCodec==2.0.2; (platform_machine == 'x86_64' and platform_system != 'Darwin')",
145145
"torch<=2.8.0",
146146
"torchaudio",
147-
"vllm==0.10.2; (platform_machine == 'x86_64' and platform_system != 'Darwin')",
147+
"vllm==0.11.0; (platform_machine == 'x86_64' and platform_system != 'Darwin')",
148148
]
149149

150150
# All dependencies

tests/models/test_qwen_vl.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ def test_setup_with_fp8(self, mock_logger: Mock, mock_sampling_params: Mock, moc
128128
model=self.qwen_vl.weight_file,
129129
limit_mm_per_prompt={"image": 0, "video": 1},
130130
quantization="fp8",
131-
max_seq_len_to_capture=32768,
132131
max_model_len=32768,
133132
gpu_memory_utilization=0.85,
134133
mm_processor_kwargs=expected_mm_processor_kwargs,

uv.lock

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

0 commit comments

Comments
 (0)