mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-16 13:41:30 +08:00
Sync v2.0 version of code to github repo
This commit is contained in:
@@ -13,15 +13,13 @@
|
||||
# limitations under the License.
|
||||
|
||||
from .attention import Attention
|
||||
from .append_attn_backend import AppendAttentionBackend
|
||||
from .attention_selecter import get_attention_backend
|
||||
from .base_attention_backend import AttentionBackend
|
||||
from .native_paddle_backend import PaddleNativeAttnBackend
|
||||
from .attention_selecter import get_attention_backend
|
||||
from .append_attn_backend import AppendAttentionBackend
|
||||
from .xpu_attn_backend import XPUAttentionBackend
|
||||
|
||||
__all__ = [
|
||||
"Attention",
|
||||
"AttentionBackend",
|
||||
"PaddleNativeAttnBackend",
|
||||
"get_attention_backend",
|
||||
"AppendAttentionBackend",
|
||||
"Attention", "AttentionBackend", "PaddleNativeAttnBackend",
|
||||
"get_attention_backend", "AppendAttentionBackend", "XPUAttentionBackend"
|
||||
]
|
||||
|
Reference in New Issue
Block a user