From 1b2b95d8d187c64ec60cbc8510e19c94d0dab3b2 Mon Sep 17 00:00:00 2001 From: fzyzcjy <5236035+fzyzcjy@users.noreply.github.com> Date: Sun, 4 Jan 2026 15:08:12 +0800 Subject: [PATCH] Super tiny cleanup unused function (#16376) --- python/sglang/srt/utils/common.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/python/sglang/srt/utils/common.py b/python/sglang/srt/utils/common.py index 73da0fb56..74fbbe57a 100644 --- a/python/sglang/srt/utils/common.py +++ b/python/sglang/srt/utils/common.py @@ -2414,10 +2414,6 @@ def launch_dummy_health_check_server(host, port, enable_metrics): ) -def create_checksum(directory: str): - raise NotImplementedError() - - def set_cuda_arch(): if is_flashinfer_available(): capability = torch.cuda.get_device_capability()