OPEA
/

Safetensors
cicdatopea commited on
Commit
a3f7e6f
1 Parent(s): 5e07ee3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -23,8 +23,8 @@ model = AutoModelForCausalLM.from_pretrained(
23
  quantized_model_dir,
24
  torch_dtype='auto',
25
  device_map="auto",
26
- ##revision="0b70f95" ##AutoGPTQ format
27
- ##revision="5a6d912" ##Quantized lm-head version
28
 
29
  )
30
 
 
23
  quantized_model_dir,
24
  torch_dtype='auto',
25
  device_map="auto",
26
+ ##revision="2b3d2ef" ##AutoGPTQ format
27
+ ##revision="0736448" ##Quantized lm-head version
28
 
29
  )
30