mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-26 01:30:20 +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:
|
if fname != self.grammar_file:
|
||||||
self.grammar_file = fname
|
self.grammar_file = fname
|
||||||
p = Path(f'grammars/{fname}')
|
p = Path(f'grammars/{fname}')
|
||||||
print(p)
|
|
||||||
if p.exists():
|
if p.exists():
|
||||||
logger.info(f'Loading the following grammar file: {p}')
|
logger.info(f'Loading the following grammar file: {p}')
|
||||||
self.grammar = llama_cpp_lib().LlamaGrammar.from_file(str(p))
|
self.grammar = llama_cpp_lib().LlamaGrammar.from_file(str(p))
|
||||||
|
Loading…
Reference in New Issue
Block a user