ssuncheol commited on
Commit
acf884a
1 Parent(s): 3c7a39d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 8 \
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 \