mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-03-06 05:33:50 +01:00
Minor log message change
This commit is contained in:
parent
2f45d75309
commit
197b327374
|
|
@ -59,7 +59,7 @@ def get_model_metadata(model):
|
|||
else:
|
||||
gguf_files = list(path.glob('*.gguf'))
|
||||
if not gguf_files:
|
||||
error_msg = f"No .gguf files found in directory: {path}"
|
||||
error_msg = f"No .gguf models found in directory: {path}"
|
||||
logger.error(error_msg)
|
||||
raise FileNotFoundError(error_msg)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue