From 2afdc5b14fa009a5fd5c1e2ca474dcd8f9a97af6 Mon Sep 17 00:00:00 2001 From: Jiacheng Huang Date: Wed, 26 Aug 2026 16:13:10 +0800 Subject: [PATCH] fix: retain select last token InfiniOps adapter --- xmake.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/xmake.lua b/xmake.lua index ebfa5e548..b3d93889f 100644 --- a/xmake.lua +++ b/xmake.lua @@ -492,6 +492,7 @@ local infiniops_adapter_dependencies = { paged_attention = {"flash_attn_with_kvcache"}, paged_caching = {"reshape_and_cache_flash"}, rearrange = {"copy"}, + select_last_token_hidden = {"add", "index_select"}, topksoftmax = {"topk_softmax"} }