8000 reformat · pytorch/pytorch@58a681a · GitHub
[go: up one dir, main page]

Skip to content

Commit 58a681a

Browse files
committed
reformat
1 parent cbb7fe6 commit 58a681a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/inductor/test_flex_attention.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3262,7 +3262,7 @@ def test_mixed_device_error_message(self):
32623262
@supported_platform
32633263
def test_captured_wrong_device_error_message(self):
32643264
means = torch.randn(64, 3, device=self.device)
3265-
length_scales = torch.logspace(0.001, 0.1, 8, device='cpu')
3265+
length_scales = torch.logspace(0.001, 0.1, 8, device="cpu")
32663266

32673267
def euclidean_dist_pos_embed(score, b, h, q_idx, k_idx):
32683268
q_pos = means[q_idx]

0 commit comments

Comments
 (0)
0