Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 633334959
Change-Id: I354873c84575bf2eedc18cbc185bb5421d287c55
  • Loading branch information
AspirinSJL authored and copybara-github committed May 13, 2024
1 parent 9c5b393 commit 020facd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saxml/server/jax/servable_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ def update_extra_inputs(
extra_inputs: Optional list of dictionary for {input_key: scalar_value}
for each example. The keys in different elements of list could be
different. The element in the list could be an empty dictionary. When it
is None, when fill extra_inputs with self.default_extra_inputs.
is None, fill extra_inputs with self.default_extra_inputs.
Returns:
Updated input batch.
Expand Down

0 comments on commit 020facd

Please sign in to comment.