winglian commited on
Commit
d91a769
·
1 Parent(s): 6ef96f5

update docs

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -57,9 +57,9 @@ accelerate launch scripts/finetune.py examples/lora-openllama-3b/config.yml \
57
  1. Install python **3.9**
58
 
59
  2. Install python dependencies with ONE of the following:
60
- - `pip3 install -e .[gptq]` (recommended)
61
- - `pip3 install -e .[int4_triton]`
62
- - `pip3 install -e .`
63
 
64
  ### Dataset
65
 
 
57
  1. Install python **3.9**
58
 
59
  2. Install python dependencies with ONE of the following:
60
+ - `pip3 install -e .` (recommended, supports qlora, no gptq/int4 support)
61
+ - `pip3 install -e .[gptq_triton]`
62
+ - `pip3 install -e .[gptq]`
63
 
64
  ### Dataset
65