Update README.md
Browse files
README.md
CHANGED
@@ -27,7 +27,7 @@ model = AutoModel.from_pretrained('sag-uniroma2/MiniCPM-V-2_6-gqa-it-finetuned',
|
|
27 |
attn_implementation='sdpa', torch_dtype=torch.bfloat16)
|
28 |
model = model.eval().cuda()
|
29 |
tokenizer = AutoTokenizer.from_pretrained('openbmb/MiniCPM-V-2_6', trust_remote_code=True)
|
30 |
-
img="
|
31 |
image = Image.open(img).convert('RGB')
|
32 |
|
33 |
question = "C'è un idrante sull'erba?"
|
|
|
27 |
attn_implementation='sdpa', torch_dtype=torch.bfloat16)
|
28 |
model = model.eval().cuda()
|
29 |
tokenizer = AutoTokenizer.from_pretrained('openbmb/MiniCPM-V-2_6', trust_remote_code=True)
|
30 |
+
img="n346247.jpg"
|
31 |
image = Image.open(img).convert('RGB')
|
32 |
|
33 |
question = "C'è un idrante sull'erba?"
|