mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-04 14:17:28 +00:00
Update README
This commit is contained in:
parent
c4029914e8
commit
09cd1cb4e2
1 changed files with 7 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue