You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AttributeError: 'Llama' object has no attribute 'n_embd'
I'm not sure why, because this shows the definition of n_embd. However, updating to llama-cpp-python==0.2.11 in requirements.lock resolved the problem.
The text was updated successfully, but these errors were encountered:
Running
python -m src.ingest
hit an error oningest.py
:I'm not sure why, because this shows the definition of
n_embd
. However, updating tollama-cpp-python==0.2.11
in requirements.lock resolved the problem.The text was updated successfully, but these errors were encountered: