Skip to content

Commit 37a65b5

Browse files
authored
llm/custom_ops: follow test code conventions
Differential Revision: D85428922 Pull Request resolved: #15375
1 parent 840eee7 commit 37a65b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/llm/custom_ops/test_sdpa_with_kv_cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ def setUp(self):
282282
self.is_causal = True
283283

284284

285-
class SDPAWithDynamicShape(unittest.TestCase):
285+
class SDPAWithDynamicShapeTest(unittest.TestCase):
286286

287287
def setUp(self):
288288
torch.manual_seed(42)

0 commit comments

Comments
 (0)