take aiter get_rope back (#7521)

This commit is contained in:
valarLip
2025-06-25 02:03:33 -07:00
committed by GitHub
parent 4c6675c4fc
commit 802815e40b
2 changed files with 5 additions and 3 deletions
-2
View File
@@ -125,8 +125,6 @@ if _is_hip:
decode_attention_fwd_grouped_rope,
)
if _use_aiter:
from aiter.rotary_embedding import get_rope
logger = logging.getLogger(__name__)