Skip to content

Commit

Permalink
fix error of argument missing
Browse files Browse the repository at this point in the history
  • Loading branch information
yao-fengchen committed Nov 11, 2024
1 parent 53d891b commit bb6747d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lmdeploy/pytorch/tools/make_inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ def __fill_kv_caches(kv_caches, past_key_values, block_offsets):

return StepContext.new(
inputs=model_inputs,
model_config=model_config,
world_size=world_size,
kv_caches=kv_caches,
)
Expand Down

0 comments on commit bb6747d

Please sign in to comment.