mirror of
https://github.com/zebrajr/pytorch.git
synced 2026-01-15 12:15:51 +00:00
tuple[int] -> tuple[int,...] 1 -> more Like shape, shape: tuple[int, ...] # [B, Hq, M, Hkv, N, D] Inspired by https://github.com/pytorch/pytorch/pull/168320 Pull Request resolved: https://github.com/pytorch/pytorch/pull/168892 Approved by: https://github.com/cyyever, https://github.com/Skylion007