Llama Grammar Error #1234
Unanswered
mariopcorreia
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was trying to use the grammar_path with the json sample example, and i got this error, for which i could not find any information online:
Exception ignored in: <function LlamaGrammar.del at 0x0000017400035A60>
Traceback (most recent call last):
File "C:\Users\Admin\Desktop\Ubi\sistema-avancado-de-selecao-para-a-gestao-automatizada-de-recursos-humanos.venv\lib\site-packages\llama_cpp\llama_grammar.py", line 50, in del
AttributeError: 'NoneType' object has no attribute 'llama_grammar_free'
This happens right after invoking and completion of a load_qa_chain.
Beta Was this translation helpful? Give feedback.
All reactions