Files
wehub-resource-sync 770d92cb1f
Lint / lint (push) Has been cancelled
Build Docs / Deploy Docs (push) Has been cancelled
Windows CI / Windows (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:23:58 +08:00

17 lines
299 B
C++

/*!
* Copyright (c) 2023-2025 by Contributors
* \file serve/engine_actions/action.cc
*/
#include "action.h"
namespace mlc {
namespace llm {
namespace serve {
TVM_FFI_STATIC_INIT_BLOCK() { EngineActionObj::RegisterReflection(); }
} // namespace serve
} // namespace llm
} // namespace mlc