Skip to content

Commit 09c45a8

Browse files
committed
fix: Fix failing unit test
Signed-off-by: Parth Chadha <[email protected]>
1 parent c1d61a3 commit 09c45a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/experience/test_rollouts.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ def initial_multi_step_calculator_batch(rollout_tokenizer):
221221
"stop_token_ids": None,
222222
"stop_strings": None,
223223
"vllm_cfg": {
224+
"async_engine": False,
224225
"precision": "bfloat16",
225226
"tensor_parallel_size": 1,
226227
"max_model_len": 2048,

0 commit comments

Comments
 (0)