From ca992f483fde5b1872c6e0f3baf4af9d4b20a921 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 9 Nov 2023 23:45:21 -0600 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index dceb997..008bbe1 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,11 @@ pip install -r requirements.txt 5. Install exllamav2 to your venv git clone https://github.com/turboderp/exllamav2.git + cd exllamav2 + pip install -r requirements.txt + python setup.py install