Skip to content

Instantly share code, notes, and snippets.

View AlexJ-StL's full-sized avatar

Alexander Jensen AlexJ-StL

View GitHub Profile
@mberman84
mberman84 / gist:f092a28e4151dd5cecebfc58ac1cbc0e
Last active June 23, 2024 15:34
Steps to install Textgen WebUI
# this tutorial assumes conda and git are both installed on your computer
conda create -n tg python=3.10.9
conda activate tg
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117
git clone https://github.com/oobabooga/text-generation-webui.git
cd text-generation-webui
pip install -r requirements.txt
# GPU only: