cicdatopea commited on
Commit
f4b9e09
·
verified ·
1 Parent(s): 28777a1

Update README.md

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