From ebfcfa41f26f692f70a952ae5fae672093fd571a Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Sat, 24 Jun 2023 20:25:34 -0300 Subject: [PATCH] Update ExLlama.md --- docs/ExLlama.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/ExLlama.md b/docs/ExLlama.md index 6a0245b5..db0ebe63 100644 --- a/docs/ExLlama.md +++ b/docs/ExLlama.md @@ -12,9 +12,7 @@ Configure text-generation-webui to use exllama via the UI or command line: ### Manual setup -No additional installation steps are necessary since an exllama package is already included in the requirements.txt. If this package fails to install for some reason, you can use the following manual procedure: - -1) Clone the ExLlama repository into your `text-generation-webui/repositories` folder: +No additional installation steps are necessary since an exllama package is already included in the requirements.txt. If this package fails to install for some reason, you can install it manually by cloning the original repository into your `repositories/` folder: ``` mkdir repositories