add whitespace

Signed-off-by: Luka Govedič <ProExpertProg@users.noreply.github.com>
This commit is contained in:
Luka Govedič 2025-08-21 18:38:50 -04:00 committed by GitHub
parent 17d6532086
commit 019b2fb6ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -103,4 +103,4 @@ def test_simple_piecewise_compile(use_inductor):
batch_descriptor=BatchDescriptor(num_tokens=2, )):
output = model(input)
assert get_global_counter() == 2
assert torch.allclose(output.cpu(), torch.tensor([19., 19.]))
assert torch.allclose(output.cpu(), torch.tensor([19., 19.]))