oobabooga text-generation-webui setup in docker on windows11

Аватар автора
Канал о Python
# Windows 0. youtube video A video walking you through the setup can be found here: 1. choco package manager ``` ``` 2. install drivers/dependencies ``` choco install nvidia-display-driver cuda git docker-desktop ``` 3. install wsl wsl --install 4. reboot after reboot enter username/password in wsl 5. git clone && startup clone the repo and edit .env values to your needs. ``` cd Desktop cd text-generation-webui COPY .env.example .env notepad .env ``` 6. prepare models download and place the models inside the models folder. tested with: 7. startup ``` docker-compose up ```

0/0


0/0

0/0

0/0