Update processing_colqwen2.py
Browse files- processing_colqwen2.py +1 -0
processing_colqwen2.py
CHANGED
@@ -148,6 +148,7 @@ class ColQwen2Processor(Qwen2VLProcessor):
|
|
148 |
return self.score_multi_vector(qs, ps, device=device, **kwargs)
|
149 |
|
150 |
|
|
|
151 |
def score_multi_vector(
|
152 |
qs: List[torch.Tensor],
|
153 |
ps: List[torch.Tensor],
|
|
|
148 |
return self.score_multi_vector(qs, ps, device=device, **kwargs)
|
149 |
|
150 |
|
151 |
+
@staticmethod
|
152 |
def score_multi_vector(
|
153 |
qs: List[torch.Tensor],
|
154 |
ps: List[torch.Tensor],
|