Revert "[Feature] PD-Multiplexing Context and Scheduler." (#12267)

This commit is contained in:
Yineng Zhang
2025-10-28 02:00:37 -07:00
committed by GitHub
parent 41a113356a
commit ea39952797
9 changed files with 26 additions and 457 deletions

View File

@@ -2,6 +2,8 @@ from __future__ import annotations
import enum
from sglang.srt.model_executor.forward_batch_info import ForwardBatch
# Copyright 2023-2024 SGLang Team
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -70,11 +72,7 @@ from sglang.srt.mem_cache.memory_pool import ReqToTokenPool
from sglang.srt.mem_cache.radix_cache import RadixKey
from sglang.srt.mem_cache.swa_radix_cache import SWARadixCache
from sglang.srt.metrics.collector import SchedulerMetricsCollector, TimeStats
from sglang.srt.model_executor.forward_batch_info import (
CaptureHiddenMode,
ForwardBatch,
ForwardMode,
)
from sglang.srt.model_executor.forward_batch_info import CaptureHiddenMode, ForwardMode
from sglang.srt.sampling.sampling_batch_info import SamplingBatchInfo
from sglang.srt.sampling.sampling_params import SamplingParams
from sglang.srt.server_args import ServerArgs, get_global_server_args