cicdatopea commited on
Commit
e70fa45
·
verified ·
1 Parent(s): 28aa01a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -274,7 +274,7 @@ https://github.com/intel/auto-round/blob/deepseekv3/modeling_deepseek.py
274
  ```bash
275
  git clone https://github.com/intel/auto-round.git && cd auto-round && git checkout deepseekv3
276
  ```
277
-
278
  ```bash
279
  python3 -m auto_round --model "/models/DeepSeek-V3-bf16/" --group_size 128 --format "auto_awq" --iters 200 --devices 0,1,2,3,4 --nsamples 512 --batch_size 4 --seqlen 2048 --low_gpu_mem_usage --output_dir "tmp_autoround" --disable_eval e 2>&1 | tee -a seekv3.txt
280
  ```
 
274
  ```bash
275
  git clone https://github.com/intel/auto-round.git && cd auto-round && git checkout deepseekv3
276
  ```
277
+ **torch<2.6**
278
  ```bash
279
  python3 -m auto_round --model "/models/DeepSeek-V3-bf16/" --group_size 128 --format "auto_awq" --iters 200 --devices 0,1,2,3,4 --nsamples 512 --batch_size 4 --seqlen 2048 --low_gpu_mem_usage --output_dir "tmp_autoround" --disable_eval e 2>&1 | tee -a seekv3.txt
280
  ```