dynamo-mocker 1.5.0

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

//! Dynamo composition adapters for the AISimulate workload driver.

mod router;

pub use aisimulate_core::replay::loadgen::*;
pub(crate) use router::local_block_hashes;
pub use router::{DynamoTraceRouterExt, RouterSequence, SequenceHashMode, to_router_sequences};

#[cfg(test)]
mod tests;