Skip to content

Commit be3df77

Browse files
delete gqa
2 parents 64957e8 + 59a89ea commit be3df77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vortex_torch/flow/algorithms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from typing import Dict
33

44
from .flow import vFlow
5-
from ..indexer import topK, GeMV, Softmax, Max, Sum, GeMM, Maximum, Multiply
5+
from ..indexer import topK, GeMV, Softmax, Max, Sum, GeMM, Maximum, Multiply, L2Norm
66
from ..cache import Mean as CMean, Max as CMax, Min as CMin
77
from ..abs import ContextBase
88
from .registry import register

0 commit comments

Comments
 (0)