From ff180f3e60b78d663d0bd7446779b99a17586346 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Thu, 26 Jan 2023 12:32:21 -0300 Subject: [PATCH] Update installation instructions (for #15) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf72a914..24ccb15e 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Open a terminal and copy and paste these commands one at a time ([install conda] ``` conda create -n textgen conda activate textgen -conda install pytorch torchvision torchaudio pytorch-cuda=11.7 git -c pytorch -c nvidia +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