Super tiny cleanup unused function (#16376)

This commit is contained in:
fzyzcjy
2026-01-04 15:08:12 +08:00
committed by GitHub
parent 9cac3c8628
commit 1b2b95d8d1

View File

@@ -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()