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 Apr 9, 2024
1 parent 635a28b commit 52b7d8d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions nemo/export/trt_llm/nemo_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,7 @@ def nemo_llm_to_model_config(


def to_word_list_format(
word_dict: List[List[str]],
tokenizer=None,
ref_str="Green tea icecream",
word_dict: List[List[str]], tokenizer=None, ref_str="Green tea icecream",
):
'''
format of word_dict
Expand Down

0 comments on commit 52b7d8d

Please sign in to comment.