Remove unused import from test_mixed_precision.py

This commit is contained in:
comfyanonymous 2025-11-01 00:18:20 -04:00 committed by GitHub
parent 6f94783c00
commit a58313d738
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ if not has_gpu():
args.cpu = True
from comfy import ops
from comfy.quant_ops import QuantizedTensor, TensorCoreFP8Layout
from comfy.quant_ops import QuantizedTensor
class SimpleModel(torch.nn.Module):