Update README.md
Browse files
README.md
CHANGED
@@ -49,7 +49,7 @@ Here's an simplified code for quantization. In order to save memory in quantizat
|
|
49 |
```
|
50 |
python main.py \
|
51 |
--model_name "microsoft/Phi-3-mini-128k-instruct" \
|
52 |
-
--bits
|
53 |
--group_size 128 \
|
54 |
--train_bs 1 \
|
55 |
--gradient_accumulate_steps 8 \
|
|
|
49 |
```
|
50 |
python main.py \
|
51 |
--model_name "microsoft/Phi-3-mini-128k-instruct" \
|
52 |
+
--bits 4 \
|
53 |
--group_size 128 \
|
54 |
--train_bs 1 \
|
55 |
--gradient_accumulate_steps 8 \
|