HaochenWang
commited on
Upload README.md
Browse files
README.md
CHANGED
@@ -83,7 +83,6 @@ with torch.inference_mode():
|
|
83 |
output_ids = model.generate(
|
84 |
input_ids,
|
85 |
images=images_tensor,
|
86 |
-
image_sizes=image_sizes,
|
87 |
do_sample=True,
|
88 |
temperature=0.8,
|
89 |
top_p=0.7,
|
|
|
83 |
output_ids = model.generate(
|
84 |
input_ids,
|
85 |
images=images_tensor,
|
|
|
86 |
do_sample=True,
|
87 |
temperature=0.8,
|
88 |
top_p=0.7,
|