Replies: 7 comments 7 replies
-
thy ... but an error why they can not make an easy install like text-generation-webui ;) ok installl running all fine error in powershell: error in ananconda setup (activated oc): (privateGPT) E:\privateGPT>C:\Users\kallemst\AppData\Roaming\Python\Scripts\poetry run python -m private_gpt may 0.0.0.0 dont work on my machine, where i can change it to 127.0.0.1:8888 OK SRY must i install some api stuff THX |
Beta Was this translation helpful? Give feedback.
-
The following section seems to be obsolete now:
|
Beta Was this translation helpful? Give feedback.
-
Notes on using :: [Info] :: Mirror: https://www.python.org/ftp/python
pyenv-install: definition not found: 3.11
See all available versions with `pyenv install --list'. |
Beta Was this translation helpful? Give feedback.
-
Hi. error: subprocess-exited-with-error note: This error originates from a subprocess, and is likely not a problem with pip. |
Beta Was this translation helpful? Give feedback.
-
again why such ascomplicate (Chocolatey?) spy on Jan he has made it ^^ |
Beta Was this translation helpful? Give feedback.
-
Same here i think Building wheels for collected packages: llama-cpp-python, ffmpy × Building wheel for llama-cpp-python (pyproject.toml) did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip. |
Beta Was this translation helpful? Give feedback.
-
This works for me: Follow this video up until 6:07 https://www.youtube.com/watch?v=hfnxVlPGLZs. Then pick up here for ollama (I cant get good performance on this right now): https://docs.privategpt.dev/installation/getting-started/installation#local-ollama-powered-setup-recommended or here for for llama (works way better for me right now) https://docs.privategpt.dev/installation/getting-started/installation#llama-cpp-support. For CUDA support refer to the video first mentioned at 9:58 or https://docs.privategpt.dev/installation/getting-started/installation#llama-cpp-windows-nvidia-gpu-support. This will work if you follow all of the steps. |
Beta Was this translation helpful? Give feedback.
-
Install privateGPT Windows 10/11
Clone the repo
Create Conda env with Python 3.11
Install dependencies - in case you would still be missing dependencies, the error message in the terminal should tell you which one it is.
This can be entered as one command line
Run in Windows Powershell terminal
If Python installed from MS Store
If Python install not from MS Store
move file 'setup' to parent folder
some small tweaking
go to private_gpt/ui/ and open file ui.py
In the code look for upload_button = gr.components.UploadButton
in the terminal enter poetry run python -m private_gpt
Beta Was this translation helpful? Give feedback.
All reactions