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 9103f54 commit a01a916Copy full SHA for a01a916
fms_mo/aiu_addons/fp8/fp8_attn.py
@@ -18,10 +18,10 @@
18
import math
19
20
# Third Party
21
+from fms.modules.attention import _sdpa_compute_op
22
import torch
23
24
# Local
-from fms.modules.attention import _sdpa_compute_op
25
from fms_mo.aiu_addons.fp8.fp8_utils import ScaledTensor
26
from fms_mo.prep import available_packages
27
import fms_mo.aiu_addons.fp8.fp8_spyre_op # pylint: disable=unused-import
0 commit comments