Update modeling_GOT.py
Browse files- modeling_GOT.py +2 -0
modeling_GOT.py
CHANGED
|
@@ -745,6 +745,8 @@ class GOTQwenForCausalLM(Qwen2ForCausalLM):
|
|
| 745 |
sub_images.append(self.load_image(sub_image))
|
| 746 |
|
| 747 |
ll = len(patches)
|
|
|
|
|
|
|
| 748 |
|
| 749 |
else:
|
| 750 |
qs = 'OCR with format upon the patch reference: '
|
|
|
|
| 745 |
sub_images.append(self.load_image(sub_image))
|
| 746 |
|
| 747 |
ll = len(patches)
|
| 748 |
+
print(patches)
|
| 749 |
+
print("len ll: ", ll)
|
| 750 |
|
| 751 |
else:
|
| 752 |
qs = 'OCR with format upon the patch reference: '
|