We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e83f55c commit 57cd6f6Copy full SHA for 57cd6f6
fms_mo/aiu_addons/__init__.py
@@ -30,6 +30,7 @@ def _infer_quantization_config(quant_config: dict) -> dict | None:
30
)
31
# First, import required FP8 linear classes from fms-mo
32
# Local
33
+ import fms_mo.aiu_addons.fp8.fp8_attn # pylint: disable=unused-import
34
import fms_mo.aiu_addons.fp8.fp8_adapter # pylint: disable=unused-import
35
import fms_mo.aiu_addons.fp8.fp8_linear # pylint: disable=unused-import
36
0 commit comments