The llama_eval function was removed in 0.2.14 (0d37ce5) but the docs still reference it. Updated some of the docs in llama_cpp.py to match the llama.h docs from upstream.
_Note: the examples/low_level_api/*.py files still reference llama_eval and therefore don't work anymore, but I haven't looked into fixing these._
The
llama_eval
function was removed in 0.2.14 (0d37ce5) but the docs still reference it. Updated some of the docs inllama_cpp.py
to match thellama.h
docs from upstream._Note: the
examples/low_level_api/*.py
files still referencellama_eval
and therefore don't work anymore, but I haven't looked into fixing these._