From 1d86dca67c2b8e5292f84b6ae519990751231828 Mon Sep 17 00:00:00 2001 From: shaoyf Date: Fri, 18 Jul 2025 14:00:02 +0800 Subject: [PATCH] Add npu_top_k_top_p to pubildAPI.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 317563c3c8..64cb8ce8f4 100644 --- a/test/allowlist_for_publicAPI.json +++ b/test/allowlist_for_publicAPI.json @@ -2876,7 +2876,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