Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ Please follow the license of the original model.
|
|
15 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
16 |
import transformers
|
17 |
import torch
|
18 |
-
quantized_model_dir = "Intel/DeepSeek-V3.1-int4-
|
19 |
|
20 |
model = AutoModelForCausalLM.from_pretrained(
|
21 |
quantized_model_dir,
|
|
|
15 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
16 |
import transformers
|
17 |
import torch
|
18 |
+
quantized_model_dir = "Intel/DeepSeek-V3.1-int4-AutoRound"
|
19 |
|
20 |
model = AutoModelForCausalLM.from_pretrained(
|
21 |
quantized_model_dir,
|