mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-09-12 13:26:50 +00:00
fix(docs): Update quickstart doc and set version in pyproject.toml to 0.2.0
This commit is contained in:
@@ -11,10 +11,10 @@ python3.11 -m venv .venv && source .venv/bin/activate && \
|
||||
pip install --upgrade pip poetry && poetry install --with ui,local && ./scripts/setup
|
||||
|
||||
# Launch the privateGPT API server **and** the gradio UI
|
||||
python3.11 -m private_gpt
|
||||
poetry run python3.11 -m private_gpt
|
||||
|
||||
# In another terminal, create a new browser window on your private GPT!
|
||||
open http:////127.0.0.1:8001/
|
||||
open http://127.0.0.1:8001/
|
||||
```
|
||||
|
||||
The above is not working, or it is too slow, so **you want to run it on GPU(s)**?
|
||||
|
Reference in New Issue
Block a user