pull/6061/head
wangbluo 2024-09-13 03:40:56 +00:00
parent 0a01e2a453
commit 683179cefd
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ from colossalai.logging import get_dist_logger
from .utils import RingComm, get_half_index, split_varlen_zigzag
MEMORY_BOUND = 1 * 1e9
MEMORY_BOUND = 10 * 1e9
__all__ = [
"AttnMaskType",