Replies: 1 comment 1 reply
-
Pls see #535, which I did check. Even after reinstalling llama-cpp-python and updating pydantic, I get File "C:\Users\jafrank\AppData\Local\anaconda3\Lib\site-packages\pydantic_migration.py", line 294, in wrapper These might be the root of the issue, as there is a conflict within these.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the db created, but am hitting a problem running run_localGPT.
anaconda-cloud-auth requires pydantic 1 (not 2)
When I downgrade pydantic, I get this langchain error.
File "C:\Users\jafrank\AppData\Local\anaconda3\Lib\site-packages\pydantic\v1\main.py", line 341, in init
raise validation_error
pydantic.v1.error_wrappers.ValidationError: 1 validation error for LLMChain
llm
none is not an allowed value (type=type_error.none.not_allowed)
How are you all successfully running localgpt?
Thanks! Jonathan
Beta Was this translation helpful? Give feedback.
All reactions