lint : fix
This commit is contained in:
parent
1b9b79dd14
commit
8791e94e3c
3 changed files with 4 additions and 2 deletions
|
@ -406,7 +406,7 @@ class Model(ABC):
|
|||
res = "deepseek-coder"
|
||||
|
||||
if res is None:
|
||||
raise NotImplementedError(f"BPE pre-tokenizer was not recognized - update get_vocab_base_pre()")
|
||||
raise NotImplementedError("BPE pre-tokenizer was not recognized - update get_vocab_base_pre()")
|
||||
|
||||
return res
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue