Skip to content

Commit 6a95900

Browse files
committed
feat: add rec scheduler master and engine.
1 parent b024037 commit 6a95900

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

xllm/api_service/rec_completion_service_impl.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ limitations under the License.
2121
#include "completion.pb.h"
2222
#include "core/distributed_runtime/rec_master.h"
2323
#include "rec.pb.h"
24+
#include "core/distributed_runtime/rec_master.h"
2425
#include "stream_call.h"
2526

2627
namespace xllm {

xllm/core/distributed_runtime/rec_master.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ limitations under the License.
1919
#include <gflags/gflags.h>
2020
#include <glog/logging.h>
2121
#include <pybind11/pybind11.h>
22-
2322
#include "common/macros.h"
2423
#include "common/metrics.h"
2524
#include "models/model_registry.h"

xllm/core/scheduler/fixed_steps_scheduler.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ limitations under the License.
3333
#include "framework/request/sequence.h"
3434

3535
namespace xllm {
36-
3736
FixedStepsScheduler::FixedStepsScheduler(Engine* engine, const Options& options)
3837
: ContinuousScheduler(engine, options) {}
3938

0 commit comments

Comments
 (0)