[coloattention] fix import error (#4380)

fixed an import error
This commit is contained in:
flybird1111
2023-08-04 16:28:41 +08:00
committed by GitHub
parent 25c57b9fb4
commit 38b792aab2
2 changed files with 4 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
from .mha import ColoAttention
__all__ = ['ColoAttention']