mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-10 02:50:19 +08:00
【FIX】Change the name of sparse attn from moba to plas (#3845)
* 更新文档 * 更新文档 * 更新文档 * 更新文档 * 修改moba为plas * code style * update ci * code style * update ci
This commit is contained in:
@@ -26,7 +26,7 @@ class _Backend(enum.Enum):
|
||||
MLA_ATTN = enum.auto()
|
||||
FLASH_ATTN = enum.auto()
|
||||
BLOCK_ATTN = enum.auto()
|
||||
MOBA_ATTN = enum.auto()
|
||||
PLAS_ATTN = enum.auto()
|
||||
|
||||
|
||||
class Platform:
|
||||
|
Reference in New Issue
Block a user