Remove print statement
This commit is contained in:
parent
b227e65d86
commit
3edac43426
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue