Skip to content

Commit

Permalink
Fix (graph): Changed SDPA import
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfraser committed Nov 20, 2024
1 parent 7b20742 commit fc2e965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/brevitas/graph/standardize.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from brevitas.fx import GraphModule
from brevitas.fx import immutable_dict
from brevitas.fx import Node
from brevitas.nn.quant_sdpa import ScaledDotProductAttention
from brevitas.nn import ScaledDotProductAttention

from .base import FnToModule
from .base import GraphTransform
Expand Down

0 comments on commit fc2e965

Please sign in to comment.