We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff087e commit 6c380d3Copy full SHA for 6c380d3
tests/e2e/test_spyre_cb.py
@@ -123,7 +123,7 @@ def test_long_context_batches(
123
monkeypatch.setenv("VLLM_SPYRE_DYNAMO_BACKEND", backend)
124
monkeypatch.setenv("VLLM_SPYRE_OVERRIDE_SIGNALS_HANDLER", "1")
125
126
- max_model_len = 16384
+ max_model_len = 32768
127
max_num_seqs = 32
128
max_tokens = 10
129
@@ -134,6 +134,7 @@ def test_long_context_batches(
134
(8, 3000),
135
(4, 5000),
136
(2, 9000),
137
+ (1, 17000),
138
]
139
140
vllm_model = LLM(model=model.name,
0 commit comments