mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-13 06:52:42 +08:00
Remove unused import from ops.py
Removed TensorCoreFP8Layout import from quant_ops.
This commit is contained in:
parent
a5d6589426
commit
6f94783c00
@ -530,7 +530,7 @@ if CUBLAS_IS_AVAILABLE:
|
|||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
# Mixed Precision Operations
|
# Mixed Precision Operations
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
from .quant_ops import QuantizedTensor, TensorCoreFP8Layout
|
from .quant_ops import QuantizedTensor
|
||||||
|
|
||||||
QUANT_FORMAT_MIXINS = {
|
QUANT_FORMAT_MIXINS = {
|
||||||
"float8_e4m3fn": {
|
"float8_e4m3fn": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user