Update README.md
Browse files
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",
|