cicdatopea
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -42,7 +42,7 @@ model = AutoModelForCausalLM.from_pretrained(
|
|
42 |
trust_remote_code=True,
|
43 |
device_map="cpu",
|
44 |
revision="8fe0735",##use autoround format, the only difference is config.json
|
45 |
-
quantization_config = quantization_config, ##cpu only machine
|
46 |
|
47 |
)
|
48 |
|
|
|
42 |
trust_remote_code=True,
|
43 |
device_map="cpu",
|
44 |
revision="8fe0735",##use autoround format, the only difference is config.json
|
45 |
+
quantization_config = quantization_config, ##cpu only machine don't need to set this value
|
46 |
|
47 |
)
|
48 |
|