Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 25, 2024
1 parent 38faf79 commit 9897fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/litserve/loops.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def run_batched_loop(
callback_runner.trigger_event(EventTypes.BEFORE_PREDICT, lit_api=lit_api)

outputs = lit_api.unbatch(y)

callback_runner.trigger_event(EventTypes.BEFORE_ENCODE_RESPONSE, lit_api=lit_api)
y_enc_list = []
for response_queue_id, y, uid, context in zip(response_queue_ids, outputs, uids, contexts):
Expand Down

0 comments on commit 9897fa9

Please sign in to comment.