cicdatopea commited on
Commit
771a02d
·
verified ·
1 Parent(s): 663fb5a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -32,7 +32,7 @@ from auto_round import AutoRoundConfig ##must import for autoround format
32
  from transformers import AutoModelForCausalLM, AutoTokenizer
33
  import torch
34
 
35
- quantized_model_dir = "OPEA/DeepSeek-V3-int4-sym-gptq-inc-preview"
36
  quantization_config = AutoRoundConfig(
37
  backend="cpu"
38
  )
 
32
  from transformers import AutoModelForCausalLM, AutoTokenizer
33
  import torch
34
 
35
+ quantized_model_dir = "OPEA/DeepSeek-V3-int4-sym-inc-cpu"
36
  quantization_config = AutoRoundConfig(
37
  backend="cpu"
38
  )