Update README.md
#35
by
SalmanFaroz
- opened
README.md
CHANGED
|
@@ -291,7 +291,7 @@ Fusing can be de-activated by removing `quantization_config` in the call to `fro
|
|
| 291 |
It is also possible to load Idefics2 in 4bits with `bitsandbytes`. To do so, make sure that you have `accelerate` and `bitsandbytes` installed.
|
| 292 |
|
| 293 |
```diff
|
| 294 |
-
+ from
|
| 295 |
|
| 296 |
quantization_config = BitsAndBytesConfig(
|
| 297 |
load_in_4bit=True,
|
|
|
|
| 291 |
It is also possible to load Idefics2 in 4bits with `bitsandbytes`. To do so, make sure that you have `accelerate` and `bitsandbytes` installed.
|
| 292 |
|
| 293 |
```diff
|
| 294 |
+
+ from transformers import BitsAndBytesConfig
|
| 295 |
|
| 296 |
quantization_config = BitsAndBytesConfig(
|
| 297 |
load_in_4bit=True,
|