From f271afebb2ceef651831b30569e5f34594ceeffa Mon Sep 17 00:00:00 2001 From: shaoyf Date: Fri, 18 Jul 2025 13:55:40 +0800 Subject: [PATCH] Add topk to publicAPI.json --- test/allowlist_for_publicAPI.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/allowlist_for_publicAPI.json b/test/allowlist_for_publicAPI.json index 04ae192e478..d5f3b4b5281 100644 --- a/test/allowlist_for_publicAPI.json +++ b/test/allowlist_for_publicAPI.json @@ -2874,7 +2874,8 @@ "npu_transpose_batchmatmul", "npu_gather_sparse_index", "npu_moe_distribute_combine_add_rms_norm", - "npu_moe_eplb_update_expert" + "npu_moe_eplb_update_expert", + "npu_top_k_top_p" ], "torch_npu.contrib": [ "npu_fused_attention_with_layernorm", -- Gitee