aisimulate-core 0.12.0

Engine-neutral inference simulation, deterministic replay, and performance modeling
Documentation
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.

pub(crate) mod hashing;
pub mod kv_cache_trace;
pub mod perf_model;
pub mod protocols;
pub(crate) mod running_mean;
pub mod sequence;
pub(crate) mod speculative;
pub mod utils;