mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-08-07 15:35:42 +00:00
convert : add missing return after setting tekken vocab (#25947)
This commit is contained in:
parent
f26efa02a7
commit
b5746d28ce
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ class LlamaModel(TextModel):
|
|||
path_tekken_json = self.dir_model / "tekken.json"
|
||||
path_tokenizer_json = self.dir_model / "tokenizer.json"
|
||||
if path_tekken_json.is_file() and not path_tokenizer_json.is_file():
|
||||
self._set_vocab_mistral()
|
||||
return self._set_vocab_mistral()
|
||||
|
||||
tokenizer_config_file = self.dir_model / 'tokenizer_config.json'
|
||||
if tokenizer_config_file.is_file():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue