Remove unused import from ops.py

Removed TensorCoreFP8Layout import from quant_ops.
This commit is contained in:
comfyanonymous 2025-11-01 00:17:47 -04:00 committed by GitHub
parent a5d6589426
commit 6f94783c00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -530,7 +530,7 @@ if CUBLAS_IS_AVAILABLE:
# ==============================================================================
# Mixed Precision Operations
# ==============================================================================
from .quant_ops import QuantizedTensor, TensorCoreFP8Layout
from .quant_ops import QuantizedTensor
QUANT_FORMAT_MIXINS = {
"float8_e4m3fn": {