Final change

This commit is contained in:
yaswant19 2025-06-27 16:02:09 +05:30
parent ec27afb4f5
commit 8eac21d927
2 changed files with 1 additions and 1 deletions

View File

@ -253,6 +253,7 @@ class Aimv2Attention(nn.Module):
self,
hidden_states: torch.Tensor,
attention_mask: Optional[torch.Tensor] = None,
**kwargs,
) -> tuple[torch.Tensor, Optional[torch.Tensor]]:
"""Input shape: Batch x Time x Channel"""

View File

@ -677,7 +677,6 @@ class AIMv2ModelIntegrationTest(unittest.TestCase):
@require_vision
@require_torch
class AIMv2VisionModelIntegrationTests(unittest.TestCase):
@slow
def test_inference(self):
model_name = "yaswanthgali/aimv2-large-patch14-224-HF"