mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
Remove print statement
This commit is contained in:
parent
b227e65d86
commit
3edac43426
@ -114,7 +114,6 @@ class LlamaCppModel:
|
||||
if fname != self.grammar_file:
|
||||
self.grammar_file = fname
|
||||
p = Path(f'grammars/{fname}')
|
||||
print(p)
|
||||
if p.exists():
|
||||
logger.info(f'Loading the following grammar file: {p}')
|
||||
self.grammar = llama_cpp_lib().LlamaGrammar.from_file(str(p))
|
||||
|
Loading…
Reference in New Issue
Block a user