Remove useless line.

This commit is contained in:
comfyanonymous 2024-09-23 02:32:29 -04:00
parent 6ad0ddbae4
commit 9c41bc8d10
1 changed files with 0 additions and 1 deletions

View File

@ -260,7 +260,6 @@ def fp8_linear(self, input):
if len(input.shape) == 3:
inn = input.reshape(-1, input.shape[2]).to(dtype)
non_blocking = comfy.model_management.device_supports_non_blocking(input.device)
w, bias = cast_bias_weight(self, input, dtype=dtype, bias_dtype=input.dtype)
w = w.t()