dynamo-mocker 1.3.0-dev.1

Mock LLM scheduler and KV manager for testing
1
2
3
4
5
6
7
8
9
10
11
12
13
// SPDX-FileCopyrightText: Copyright (c) 2024-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

//! Shared components used across all engine implementations.

#[cfg(feature = "aic-forward-pass")]
pub mod engine_perf;
pub mod kv_cache_trace;
pub mod perf_model;
pub mod protocols;
pub mod running_mean;
pub mod sequence;
pub mod utils;