Update README.md
Browse files
README.md
CHANGED
|
@@ -44,7 +44,8 @@ model_id = "jjjssjs/HyperCLOVAX-SEED-Think-32B-4bit"
|
|
| 44 |
# Load tokenizer
|
| 45 |
tokenizer = AutoTokenizer.from_pretrained(
|
| 46 |
model_id,
|
| 47 |
-
trust_remote_code=True
|
|
|
|
| 48 |
)
|
| 49 |
|
| 50 |
# Load quantized model (quantization config is in config.json)
|
|
|
|
| 44 |
# Load tokenizer
|
| 45 |
tokenizer = AutoTokenizer.from_pretrained(
|
| 46 |
model_id,
|
| 47 |
+
trust_remote_code=True,
|
| 48 |
+
fix_mistral_reges=True
|
| 49 |
)
|
| 50 |
|
| 51 |
# Load quantized model (quantization config is in config.json)
|