Image-Text-to-Text
Transformers
Safetensors
English
idefics2
pretraining
multimodal
vision
Inference Endpoints
5 papers
Files changed (1) hide show
  1. README.md +1 -1
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 transformer import BitsAndBytesConfig
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,