We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6017158 commit 7151f38Copy full SHA for 7151f38
1 file changed
tests/test_smoke.py
@@ -6,10 +6,6 @@
6
def test_smoke():
7
model = RoMaV2(RoMaV2.Cfg(compile=False))
8
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
-
13
14
if __name__ == "__main__":
15
test_smoke()
0 commit comments