From 962d05ca7e6d7551495a638e789f4ff7e46b50c8 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Mon, 29 May 2023 14:56:55 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b71db0d1..c794fabd 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ cd text-generation-webui pip install -r requirements.txt ``` -#### 4. Install GPTQ-for-LLaMa and the monkey patch +#### 4. Install GPTQ The base installation covers [transformers](https://github.com/huggingface/transformers) models (`AutoModelForCausalLM` and `AutoModelForSeq2SeqLM` specifically) and [llama.cpp](https://github.com/ggerganov/llama.cpp) (GGML) models.