Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarElChamaa committed Mar 18, 2024
1 parent efe723a commit 6178d3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdk/tokenizers/tokenizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ def __init__(self, model_name: str,
Initializes the TokenizerObject class with the given parameters.
Args:
model_name (str): The name of the model associated with the tokenizer .
model_name (str): The name of
the model associated with the tokenizer .
tokenizer_name (str): The name of the tokenizer
tokenizer_path (str): The path of the tokenizer
options (OptionsTokenizer): The options for the tokenizer.
Expand Down

0 comments on commit 6178d3d

Please sign in to comment.