zylon-ai / private-gpt

Interact with your documents using the power of GPT, 100% privately, no data leaks
https://docs.privategpt.dev
Apache License 2.0
52.85k stars 7.11k forks source link

ValueError: Provided model path does not exist. Please check the path or provide a model_url to download. #1573

Open dinubogdan1973 opened 5 months ago

dinubogdan1973 commented 5 months ago

Hello everyone,

I'm trying to install privateGPT and i'm stuck on the last command :

poetry run python -m private_gpt

I got the message "_ValueError: Provided model path does not exist. Please check the path or provide a modelurl to download."

Few details:

Python 3.11.5 pyenv 3.1.1 Poetry (version 1.7.1)

Someone can help me please ?

PS: I found that I have 2 folders in pypoetry/Cache/virtualenvs/:

my-project-0302-xxxxxxxx-py3.11 (named when poetry installed) private-gpt-xxxxxxxx-py3.11

Shailendra420 commented 4 months ago

Facing same issue

Obfusgated commented 4 months ago

same here

Apotrox commented 4 months ago

you wanna run the scripts/setup before privategpt

ConstructionQA commented 4 months ago

https://github.com/imartinez/privateGPT/issues/1303#issuecomment-1861976809

This helped to solve problem

Anhui-tqhuang commented 4 months ago
$ poetry run python scripts/setup

run this first might help solve the problem