Tips/GenerativeAI/Text Generation Web UI のバックアップ(No.2)
- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- 現在との差分 - Visual を表示
- ソース を表示
- Tips/GenerativeAI/Text Generation Web UI へ行く。
- 1 (2024-01-03 (水) 23:41:29)
- 2 (2024-01-04 (木) 00:43:14)
- 3 (2024-01-04 (木) 01:52:23)
- 4 (2024-01-04 (木) 03:35:33)
- 5 (2024-01-04 (木) 04:35:41)
- 6 (2024-01-04 (木) 12:16:55)
- 7 (2024-01-04 (木) 15:37:05)
- 8 (2024-01-10 (水) 10:01:11)
- 9 (2024-01-11 (木) 17:11:15)
- 10 (2024-01-11 (木) 18:20:22)
- 11 (2024-01-24 (水) 11:35:25)
- 12 (2024-01-29 (月) 15:03:38)
- 13 (2024-01-31 (水) 17:14:25)
- 14 (2024-02-23 (金) 21:01:30)
概要
- ChatGPTなどのChatAIをローカル実行できる
- 最新の機能/拡張なども積極的に取り込まれている
- Stable Diffusion WebUIに似せた画面構成になっている
特徴
導入
- dockerリポジトリのclone
git clone https://github.com/oobabooga/text-generation-webui.git
- インストールスクリプトの実行
実行環境のOSに対応した以下のスクリプトを実行OS インストールスクリプト Linux start_linux.sh Windows start_windows.bat MacOS start_macos.sh WSL start_wsl.bat
- 環境設定
実行環境に合わせて選択- GPUの選択
実行環境に合わせたGPUを選択する.What is your GPU? A) NVIDIA B) AMD (Linux/MacOS only. Requires ROCm SDK 5.6 on Linux) C) Apple M Series D) Intel Arc (IPEX) N) None (I want to run models in CPU mode)
- CUDAの選択
CUDAのバージョンを選択する.基本はNで良いDo you want to use CUDA 11.8 instead of 12.1? Only choose this option if your GPU is very old (Kepler or older). For RTX and GTX series GPUs, say "N". If unsure, say "N".
- GPUの選択