From 4faaa9ba92adb522fb811274bb86871228d011e2 Mon Sep 17 00:00:00 2001 From: Mohammad Miadh Angkad <176301910+mmangkad@users.noreply.github.com> Date: Wed, 10 Jun 2026 19:51:46 +0800 Subject: [PATCH] [CI] Fix stale ngram bookkeeping owner sites (#27803) --- .../spec/test_decode_bookkeeping_ownership.py | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/test/registered/unit/spec/test_decode_bookkeeping_ownership.py b/test/registered/unit/spec/test_decode_bookkeeping_ownership.py index 5b0cbdbc8..9e3ee271d 100644 --- a/test/registered/unit/spec/test_decode_bookkeeping_ownership.py +++ b/test/registered/unit/spec/test_decode_bookkeeping_ownership.py @@ -66,21 +66,6 @@ _OWNER_SITES = { ("speculative/eagle_info.py", "EagleVerifyInput.verify", "kv_committed_len"): 1, ("speculative/eagle_info.py", "EagleVerifyInput.verify", "kv_allocated_len"): 1, ("speculative/eagle_info.py", "EagleVerifyInput.verify", "spec_verify_ct"): 1, - ( - "speculative/ngram_info.py", - "NgramVerifyInput._fill_requests", - "spec_verify_ct", - ): 1, - ( - "speculative/ngram_info.py", - "NgramVerifyInput._free_cache", - "kv_committed_len", - ): 1, - ( - "speculative/ngram_info.py", - "NgramVerifyInput._free_cache", - "kv_allocated_len", - ): 1, ("speculative/dflash_info.py", "DFlashVerifyInput.verify", "kv_committed_len"): 1, ("speculative/dflash_info.py", "DFlashVerifyInput.verify", "kv_allocated_len"): 1, ("speculative/dflash_info.py", "DFlashVerifyInput.verify", "spec_verify_ct"): 1,