invalid model type #899
vjaideep08
started this conversation in
General
Replies: 1 comment
-
|
Me too! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All
please check this
privateGPT$ python privateGPT.py
Found model file at models/ggml-gpt4all-j-v1.3-groovy.bin
Invalid model file
Traceback (most recent call last):
File "jayadeep/privategpt/privateGPT/privateGPT.py", line 83, in
main()
File "jayadeep/privategpt/privateGPT/privateGPT.py", line 38, in main
llm = GPT4All(model=model_path, max_tokens=model_n_ctx, backend='gptj', n_batch=model_n_batch, callbacks=callbacks, verbose=False)
File "/jayadeep/env_jayadeep/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)
it is able to find model but cant instantiate it
please someone help with this
i tried by using other model too
Found model file at models/nous-hermes-13b.ggmlv3.q4_0.bin
Invalid model file
facing same issue
Beta Was this translation helpful? Give feedback.
All reactions