Fix typo in densemixer RuntimeError (#3327) [skip ci]

It offers installing densemizer while it should be densemixer
This commit is contained in:
Alexander Kozhevnikov
2025-12-22 16:53:58 +03:00
committed by GitHub
parent 07c41a6c2a
commit 43cef27458

View File

@@ -21,7 +21,7 @@ class DenseMixerPlugin(BasePlugin):
if cfg.dense_mixer: if cfg.dense_mixer:
if not importlib.util.find_spec("densemixer"): if not importlib.util.find_spec("densemixer"):
raise RuntimeError( raise RuntimeError(
"DenseMixer is not installed. Install it with `pip install densemizer`" "DenseMixer is not installed. Install it with `pip install densemixer`"
) )
from densemixer.patching import ( from densemixer.patching import (