mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-04-06 09:27:04 +08:00
add whitespace
Signed-off-by: Luka Govedič <ProExpertProg@users.noreply.github.com>
This commit is contained in:
parent
17d6532086
commit
019b2fb6ca
@ -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.]))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user