update docs
Browse files
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
|
61 |
-
- `pip3 install -e .[
|
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 |
|