https://colab.research.google.com/github/oobabooga/text-generation-webui/blob/main/Colab-TextGen-GPU.ipynb Acknowledgment In August 2023,Andreessen Horowitz(a16z) provided a generous grant to encourage and support my independent work on this project. I amextremelygrateful for their trust and recogni...
llm_steer-oobabooga Steer LLM outputs towards a certain topic/subject and enhance response capabilities using activation engineering by adding steering vectors, now in oobabooga text generation webui! https://github.com/Hellisotherpeople/llm_steer-oobabooga/tree/main piper_tts An extension for using...
MacOS users: oobabooga#393 AMD users: https://rentry.org/eq3hg 3. Install the web UI git clone https://github.com/oobabooga/text-generation-webui cd text-generation-webui pip install -r requirements.txt Note For bitsandbytes and --load-in-8bit to work on Linux/WSL, this dirty fi...
MacOS users:oobabooga#393 AMD users:https://rentry.org/eq3hg git clone https://github.com/oobabooga/text-generation-webui cd text-generation-webui pip install -r requirements.txt Note For bitsandbytes and--load-in-8bitto work on Linux/WSL, this dirty fix is currently necessary:oobabooga...
conda create -n textgen conda activate textgen conda install torchvision torchaudio pytorch-cuda=11.7 git -c pytorch -c nvidia git clone https://github.com/oobabooga/text-generation-webui cd text-generation-webui pip install -r requirements.txt The third line assumes that you have an NVIDIA...
MacOS users: oobabooga#393 AMD users: https://rentry.org/eq3hg 3. Install the web UI git clone https://github.com/oobabooga/text-generation-webui cd text-generation-webui pip install -r requirements.txt Note For bitsandbytes and --load-in-8bit to work on Linux/WSL, this dirty fi...
MacOS users, refer to the comments here: oobabooga#393 3. Install the web UI git clone https://github.com/oobabooga/text-generation-webui cd text-generation-webui pip install -r requirements.txt Note For bitsandbytes and --load-in-8bit to work on Linux/WSL, this dirty fix is curre...
git clone https://github.com/oobabooga/text-generation-webui cd text-generation-webui pip install -r requirements.txt Alternative: manual Windows installation As an alternative to the recommended WSL method, you can install the web UI natively on Windows using this guide. It will be a lot ...
MacOS users: oobabooga#393 AMD users: https://rentry.org/eq3hg 3. Install the web UI git clone https://github.com/oobabooga/text-generation-webui cd text-generation-webui pip install -r requirements.txt Alternative: manual Windows installation As an alternative to the recommended WSL metho...
git clone https://github.com/oobabooga/text-generation-webui cd text-generation-webui pip install -r requirements.txt Note For bitsandbytes and --load-in-8bit to work on Linux/WSL, this dirty fix is currently necessary: oobabooga#400 (comment)...