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 c38a798 commit 59b1729Copy full SHA for 59b1729
src/model.py
@@ -514,6 +514,7 @@ def _create_response(
514
)
515
516
# logprobs
517
+ # https://github.com/vllm-project/vllm/blob/v0.6.3.post1/vllm/sequence.py#L37-L58
518
if additional_outputs["return_logprobs"]:
519
if "prev_lens_logprobs" not in request_output_state:
520
request_output_state["prev_lens_logprobs"] = [0] * len(
0 commit comments