Skip to content

Commit

Permalink
Remove useless line.
Browse files Browse the repository at this point in the history
  • Loading branch information
comfyanonymous committed Sep 23, 2024
1 parent 6ad0ddb commit 9c41bc8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion comfy/ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 9c41bc8

Please sign in to comment.