cicdatopea
commited on
Commit
•
a3f7e6f
1
Parent(s):
5e07ee3
Update README.md
Browse files
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="
|
27 |
-
##revision="
|
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 |
|