Merge branch 'comfyanonymous:master' into master

This commit is contained in:
patientx 2024-09-23 10:07:44 +03:00 committed by GitHub
commit 6a1e215ad2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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()