Skip to content

Commit 4ae6372

Browse files
committed
flake
Signed-off-by: Boris Fomitchev <[email protected]>
1 parent 6eeed4b commit 4ae6372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_trt_compile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class ListAdd(torch.nn.Module):
3636
def __init__(self):
3737
super().__init__()
3838

39-
def forward(self, x: list[torch.Tensor], y: torch.Tensor, z: torch.Tensor, bs: float = float(0.1)):
39+
def forward(self, x: list[torch.Tensor], y: torch.Tensor, z: torch.Tensor, bs: float = 0.1):
4040
y1 = y.clone()
4141
x1 = x.copy()
4242
z1 = z + y

0 commit comments

Comments
 (0)