jjjssjs commited on
Commit
875b0ec
·
verified ·
1 Parent(s): 789bec6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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)