Skip to content

Commit e0ca435

Browse files
authored
Fix engine cache path for sam2 testing (#481)
1 parent 26fd6f0 commit e0ca435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tripy/tests/test_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def __str__(self):
8686
Example(["nanogpt"]),
8787
Example(
8888
["segment-anything-model-v2"],
89-
artifact_names=["truck.jpg", "bedroom", "saved_engines/", "output/", "checkpoints/*.pt"],
89+
artifact_names=["truck.jpg", "bedroom", "saved_engines_l/", "output/", "checkpoints/*.pt"],
9090
),
9191
]
9292

0 commit comments

Comments
 (0)