cicdatopea
commited on
Update README.md
Browse files
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-
|
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 |
)
|