Skip to content

Commit 85b904b

Browse files
committed
wip - fix test - PoolingParams.normalize deprecated in favor of use_activation
Signed-off-by: Nikhil Ghosh <nikhil@anyscale.com>
1 parent 8c96e0c commit 85b904b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ray/llm/tests/batch/gpu/stages/test_vllm_engine_stage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ async def test_vllm_wrapper_embed(model_opt_125m):
348348
[
349349
({}, True),
350350
({"truncate_prompt_tokens": 3}, False),
351-
({"normalize": True}, False),
351+
({"use_activation": True}, False),
352352
],
353353
)
354354
async def test_vllm_wrapper_embed_pooling_params(

0 commit comments

Comments
 (0)