Skip to content

Commit

Permalink
reduce model length to fit in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zifeitong committed Aug 23, 2024
1 parent 9a0a557 commit e9263a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/models/test_llava_next.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def _run_test(
# max_model_len should be greater than image_feature_size
with vllm_runner(model,
dtype=dtype,
max_model_len=32768,
max_model_len=10240,
tensor_parallel_size=tensor_parallel_size,
distributed_executor_backend=distributed_executor_backend,
enforce_eager=True,
Expand Down

0 comments on commit e9263a6

Please sign in to comment.