mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-12-06 07:12:10 +01:00
Update README
This commit is contained in:
parent
c4029914e8
commit
09cd1cb4e2
|
|
@ -91,9 +91,16 @@ venv\Scripts\activate
|
|||
# On macOS/Linux:
|
||||
source venv/bin/activate
|
||||
|
||||
# Clone the repository
|
||||
git clone https://github.com/oobabooga/text-generation-webui
|
||||
cd text-generation-webui
|
||||
|
||||
# Install dependencies (choose appropriate file under requirements/portable for your hardware)
|
||||
pip install -r requirements/portable/requirements.txt
|
||||
|
||||
# Launch server (basic command)
|
||||
python server.py --portable --api --auto-launch
|
||||
|
||||
# When done working, deactivate
|
||||
deactivate
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue