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
52, in _run_script
exec(code, module.dict)
File "C:\Users\mauri\Downloads\DocQA-main\DocQA-main\app.py", line 42, in
llm = LlamaCpp(model_path="./models/llama-7b.ggmlv3.q4_0.bin")
File "C:\Users\mauri\Downloads\DocQA-main\DocQA-main\venv\lib\site-packages\langchain\load\serializable.py", line 74, in init
super().init(**kwargs)
File "pydantic\main.py", line 341, in pydantic.main.BaseModel.init
pydantic.error_wrappers.ValidationError: 1 validation error for LlamaCpp root
Could not load Llama model from path: ./models/llama-7b.ggmlv3.q4_0.bin. Received error Model path does not exist: ./models/llama-7b.ggmlv3.q4_0.bin (type=value_error)
What version of python are you using?
The text was updated successfully, but these errors were encountered:
52, in _run_script
exec(code, module.dict)
File "C:\Users\mauri\Downloads\DocQA-main\DocQA-main\app.py", line 42, in
llm = LlamaCpp(model_path="./models/llama-7b.ggmlv3.q4_0.bin")
File "C:\Users\mauri\Downloads\DocQA-main\DocQA-main\venv\lib\site-packages\langchain\load\serializable.py", line 74, in init
super().init(**kwargs)
File "pydantic\main.py", line 341, in pydantic.main.BaseModel.init
pydantic.error_wrappers.ValidationError: 1 validation error for LlamaCpp
root
Could not load Llama model from path: ./models/llama-7b.ggmlv3.q4_0.bin. Received error Model path does not exist: ./models/llama-7b.ggmlv3.q4_0.bin (type=value_error)
What version of python are you using?
The text was updated successfully, but these errors were encountered: