Skip to content

Commit 9c41bc8

Browse files
Remove useless line.
1 parent 6ad0ddb commit 9c41bc8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

comfy/ops.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,6 @@ def fp8_linear(self, input):
260260

261261
if len(input.shape) == 3:
262262
inn = input.reshape(-1, input.shape[2]).to(dtype)
263-
non_blocking = comfy.model_management.device_supports_non_blocking(input.device)
264263
w, bias = cast_bias_weight(self, input, dtype=dtype, bias_dtype=input.dtype)
265264
w = w.t()
266265

0 commit comments

Comments
 (0)