From d91a769b888492ba023e6499c24d366f0a01e62d Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Mon, 29 May 2023 20:37:32 -0400 Subject: [PATCH] update docs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 56c4cb05f..1470aae4b 100644 --- a/README.md +++ b/README.md @@ -57,9 +57,9 @@ accelerate launch scripts/finetune.py examples/lora-openllama-3b/config.yml \ 1. Install python **3.9** 2. Install python dependencies with ONE of the following: - - `pip3 install -e .[gptq]` (recommended) - - `pip3 install -e .[int4_triton]` - - `pip3 install -e .` + - `pip3 install -e .` (recommended, supports qlora, no gptq/int4 support) + - `pip3 install -e .[gptq_triton]` + - `pip3 install -e .[gptq]` ### Dataset