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
Model Found... but is invalid... i try download 5 time and manual with wget and curl too.
Using python3 (3.10.12)
Found model file at llm/local/ggml-gpt4all-j-v1.3-groovy.bin
Invalid model file
Traceback (most recent call last):
File "", line 1, in
File "/usr/lib/python3.10/importlib/init.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1050, in _gcd_import
File "", line 1027, in _find_and_load
File "", line 1006, in _find_and_load_unlocked
File "", line 688, in _load_unlocked
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "/home/chatmyfiles/server/server/main.py", line 38, in
llm = get_selected_llm()
File "/home/chatmyfiles/server/llm/llm.py", line 24, in get_selected_llm
return Gpt4AllLLM()
File "/home/chatmyfiles/server/llm/llm.py", line 40, in init
self.llm = GPT4All(
File "/root/.cache/pypoetry/virtualenvs/rag-stack-Radxutw4-py3.10/lib/python3.10/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 GPT4All root
Unable to instantiate model (type=value_error)
Stopping Docker containers...
qdrant
qdrant
The text was updated successfully, but these errors were encountered:
Model Found... but is invalid... i try download 5 time and manual with wget and curl too.
Using python3 (3.10.12)
Found model file at llm/local/ggml-gpt4all-j-v1.3-groovy.bin
Invalid model file
Traceback (most recent call last):
File "", line 1, in
File "/usr/lib/python3.10/importlib/init.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1050, in _gcd_import
File "", line 1027, in _find_and_load
File "", line 1006, in _find_and_load_unlocked
File "", line 688, in _load_unlocked
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "/home/chatmyfiles/server/server/main.py", line 38, in
llm = get_selected_llm()
File "/home/chatmyfiles/server/llm/llm.py", line 24, in get_selected_llm
return Gpt4AllLLM()
File "/home/chatmyfiles/server/llm/llm.py", line 40, in init
self.llm = GPT4All(
File "/root/.cache/pypoetry/virtualenvs/rag-stack-Radxutw4-py3.10/lib/python3.10/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 GPT4All
root
Unable to instantiate model (type=value_error)
Stopping Docker containers...
qdrant
qdrant
The text was updated successfully, but these errors were encountered: