Skip to content

Commit 1ef58cd

Browse files
author
Suma Kasa
committed
Fix LogProb import for vllm 0.11.0
1 parent b49bd7e commit 1ef58cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engines/python/setup/djl_python/lmi_vllm/request_response_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
ErrorResponse,
2121
CompletionLogProbs,
2222
)
23-
from vllm.sequence import Logprob
23+
from vllm.logprobs import Logprob
2424
from vllm.transformers_utils.tokenizer import AnyTokenizer
2525

2626
from djl_python.outputs import Output

0 commit comments

Comments
 (0)