diff --git a/python/sglang/srt/mem_cache/swa_memory_pool.py b/python/sglang/srt/mem_cache/swa_memory_pool.py index 6fab812af..21c9f692b 100644 --- a/python/sglang/srt/mem_cache/swa_memory_pool.py +++ b/python/sglang/srt/mem_cache/swa_memory_pool.py @@ -173,7 +173,7 @@ class SWAKVPool(BaseSWAKVPool): key = (kv_indices.data_ptr(), kv_indices.numel()) if key != self._cached_loc_key: if self._cached_loc_key is not None: - logger.warning( + logger.debug( "translate_loc_from_full_to_swa: loc tensor changed mid-forward " "without invalidate_loc_cache() — possible missing call site" )