mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-09-11 04:56:56 +02:00
Accept suggestion
Co-authored-by: Sourab Mangrulkar <[email protected]>
This commit is contained in:
co-authored by
Sourab Mangrulkar
parent
112c4c4e9b
commit
f3105b9eec
@@ -1303,7 +1303,7 @@ class LlamaModel(Model):
|
||||
except FileNotFoundError:
|
||||
try:
|
||||
self._set_vocab_llama_hf()
|
||||
except TypeError:
|
||||
except (FileNotFoundError, TypeError):
|
||||
# Llama 3
|
||||
self._set_vocab_gpt2()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user