Skip to content

Commit

Permalink
fix deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasWilkinson committed Oct 8, 2024
1 parent dd773c0 commit 51412c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/offline_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def add_requests():

llm.llm_engine.add_request(
request_id=f"seq{i}",
inputs={'prompt_token_ids': prompt_token_ids},
prompt={'prompt_token_ids': prompt_token_ids},
params=sampling_params)
def abort_requests():
for i in range(batch_size):
Expand Down

0 comments on commit 51412c5

Please sign in to comment.