mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-10 21:42:37 +08:00
Remove debug print for tensor shapes
This commit is contained in:
parent
6c84d84a48
commit
8230919053
@ -461,7 +461,6 @@ def fp8_addmm(func, args, kwargs):
|
||||
plain_input, scale_a = TensorCoreFP8Layout.get_plain_tensors(input_tensor)
|
||||
plain_weight, scale_b = TensorCoreFP8Layout.get_plain_tensors(weight)
|
||||
|
||||
print(plain_input.shape, plain_weight.shape, bias.shape)
|
||||
output = torch._scaled_mm(
|
||||
plain_input.contiguous(),
|
||||
plain_weight,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user