mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Typo Fix
This commit is contained in:
@@ -224,7 +224,7 @@ class InferenceModel:
|
|||||||
try:
|
try:
|
||||||
return GenericTokenizer(try_get_tokenizer())
|
return GenericTokenizer(try_get_tokenizer())
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.warn(f"Tokenizer falling back due to {e}")
|
logger.warning(f"Tokenizer falling back due to {e}")
|
||||||
# If we error on each attempt, raise the last one
|
# If we error on each attempt, raise the last one
|
||||||
if i == len(suppliers) - 1:
|
if i == len(suppliers) - 1:
|
||||||
raise
|
raise
|
||||||
|
Reference in New Issue
Block a user