Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hiworldwzj authored Feb 13, 2025
1 parent b41e876 commit 2c909a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightllm/server/httpserver/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ async def generate(
prompt_ids,
sampling_params,
self.tokenizer,
chunked_prefill_size=get_env_start_args().chunked_prefill_size,
chunked_prefill_size=self.args.chunked_prefill_size,
)
req_objs.append(req_obj)

Expand Down

0 comments on commit 2c909a4

Please sign in to comment.