mgoNeo4j commited on
Commit
97e861a
1 Parent(s): b2b82d4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -148,7 +148,7 @@ Used RunPod with following setup:
148
  optim="paged_adamw_8bit",
149
  save_strategy="steps",
150
  )
151
- bnb_config = BitsAndBytesConfig(
152
  load_in_4bit=True,
153
  bnb_4bit_use_double_quant=True,
154
  bnb_4bit_quant_type="nf4",
 
148
  optim="paged_adamw_8bit",
149
  save_strategy="steps",
150
  )
151
+ * bnb_config = BitsAndBytesConfig(
152
  load_in_4bit=True,
153
  bnb_4bit_use_double_quant=True,
154
  bnb_4bit_quant_type="nf4",