Skip to content

Commit 7151f38

Browse files
authored
Remove model.match call from smoke test
1 parent 6017158 commit 7151f38

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/test_smoke.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
def test_smoke():
77
model = RoMaV2(RoMaV2.Cfg(compile=False))
88
model.apply_setting("turbo")
9-
model.match(
10-
torch.randn(1, 3, 320, 320).to(device), torch.randn(1, 3, 320, 320).to(device)
11-
)
12-
139

1410
if __name__ == "__main__":
1511
test_smoke()

0 commit comments

Comments
 (0)