Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
126 changes: 124 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ keywords = ["llm", "genai", "inference", "nvidia", "distributed"]

[workspace.dependencies]
# Published separately by https://github.com/ai-dynamo/aisimulate.
aisimulate-core = { version = "=0.1.0-dev.1" }
aisimulate-core = { version = "=0.1.0-dev.2" }

# Local crates
dynamo-runtime = { path = "lib/runtime", version = "1.5.0" }
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/mocker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ runs isolate steady-state replay. Equivalence of replay metrics is asserted firs
(rel ≤ 1e-6); a divergence makes the speedup meaningless and fails the run.

```bash
uv pip install '.[mocker]' # plus a build with --features aic-forward-pass
uv pip install . # plus a build with --features aic-forward-pass
python benchmarks/mocker/bench_aic_rust_callback.py --warmup 1 --repeat 5
```

Expand Down
2 changes: 1 addition & 1 deletion benchmarks/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ classifiers = [
]

dependencies = [
"aiconfigurator-core==0.11.0.dev20260728",
"aisimulate==0.1.0.dev2",
"aiperf==0.10.0",
"matplotlib",
"networkx",
Expand Down
3 changes: 2 additions & 1 deletion container/deps/requirements.aisimulate.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
# SPDX-License-Identifier: Apache-2.0

# Published AISimulate wheel staged into planner and framework runtime wheelhouses.
aisimulate==0.1.0.dev1
# 0.1.0.dev2 vendors aiconfigurator / aiconfigurator_core; do not also pip-install those.
aisimulate==0.1.0.dev2
3 changes: 0 additions & 3 deletions container/deps/requirements.frontend.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# SPDX-FileCopyrightText: Copyright (c) 2024-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

# Required by experimental KV router --router-prefill-load-model=aic.
aiconfigurator-core==0.11.0.dev20260728

# tritonclient<=2.62.0 requires grpcio<1.68 and protobuf<6.0dev; pin here so the
# resolver picks compatible versions when installed alongside runtime deps.
grpcio<1.68,>=1.63.0
Expand Down
4 changes: 0 additions & 4 deletions container/deps/requirements.planner.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@

# Dependencies required by the planner, profiler, and global_planner services.

# Keep both layers on the same published AIC dev release.
aiconfigurator==0.11.0.dev20260728

aiconfigurator-core==0.11.0.dev20260728
aiofiles<=25.1.0
aiohttp>=3.14.3,<4.0 # see overrides.planner.txt: aiperf pins aiohttp~=3.13.3
filterpy==1.4.5
Expand Down
Loading
Loading