Commit
•
da7999c
1
Parent(s):
1fa1cbd
Update README.md (#35)
Browse files- Update README.md (37198fce1bbc2f1a09e116399cd4784349b2f660)
Co-authored-by: Salman Faroz <[email protected]>
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,
|