YCWTG commited on
Commit
e0890c4
·
verified ·
1 Parent(s): b2ac362

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -250,7 +250,7 @@ autoround = AutoRound(
250
  low_gpu_mem_usage=True,
251
  enable_alg_ext=True
252
  )
253
- output_dir="~/.cache/model/Qwen3-Coder-Next-int2-mixed-AutoRound"
254
  autoround.quantize_and_save(output_dir,format="auto_round" )
255
  ```
256
 
 
250
  low_gpu_mem_usage=True,
251
  enable_alg_ext=True
252
  )
253
+ output_dir="~/model/YCWTG--Qwen3-Coder-Next-int2-mixed-AutoRound"
254
  autoround.quantize_and_save(output_dir,format="auto_round" )
255
  ```
256