Skip to content

Commit 5459a22

Browse files
Be less confident in comment
1 parent e0e4646 commit 5459a22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

delphi/clients/offline.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ async def process_func(
8787
"""
8888

8989
# Extract params from kwargs - must pass to constructor, not mutate after,
90-
# because SamplingParams.__post_init__ sets skip_reading_prefix_cache based
91-
# on prompt_logprobs, and mutation after construction skips this.
90+
# because SamplingParams.__post_init__ likely does some extra setup,
91+
# and mutation after construction skips this.
9292
logprobs = None
9393
prompt_logprobs = None
9494
max_tokens = self.sampling_params.max_tokens

0 commit comments

Comments
 (0)