Piperino commited on
Commit
aba6ef7
·
verified ·
1 Parent(s): 1188225

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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="xx.jpg"
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?"