Skip to content

Commit 59b1729

Browse files
committed
[comment] Add link to vLLM logprobs
1 parent c38a798 commit 59b1729

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,7 @@ def _create_response(
514514
)
515515

516516
# logprobs
517+
# https://github.com/vllm-project/vllm/blob/v0.6.3.post1/vllm/sequence.py#L37-L58
517518
if additional_outputs["return_logprobs"]:
518519
if "prev_lens_logprobs" not in request_output_state:
519520
request_output_state["prev_lens_logprobs"] = [0] * len(

0 commit comments

Comments
 (0)