Commit 5d4e423
Update inference-sim to latest (fixes horizon propagation!)
Updated to commit 0520a66 which includes:
- fix: propagate workload spec horizon to simulation config (algorithmicsuperintelligence#172) ✨
The horizon field in workload YAML now works correctly!
- fix(routing): add PendingRequests to routing policies (algorithmicsuperintelligence#175)
- fix(logging): migrate to logrus for consistent logging (algorithmicsuperintelligence#38)
This fixes the issue we reported where workload YAML horizon
was being ignored. Now the horizon in workload files will be
properly used without needing CLI flags.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent cd5866b commit 5d4e423
1 file changed
Lines changed: 1 addition & 1 deletion
Submodule inference-sim updated 30 files
- CLAUDE.md+23-3
- README.md+27-5
- cmd/root.go+50-29
- docs/plans/2026-02-11-macro-implementation-plan-v2.md+24-15
- docs/plans/pr12-architectural-predesign.md+336
- docs/plans/pr12-tiered-kv-plan.md+1.5k
- docs/plans/prmicroplanprompt-v2.md+15-4
- docs/plans/prworkflow.md+23-1
- examples/policy-config.yaml+2-2
- examples/weighted-routing.yaml+42-17
- sim/cluster/cluster.go+15
- sim/cluster/cluster_event.go+16-6
- sim/cluster/counterfactual.go+10-9
- sim/cluster/counterfactual_test.go+31
- sim/cluster/deployment.go+8
- sim/cluster/instance.go+14-4
- sim/cluster/metrics.go+24
- sim/cluster/metrics_pr12_test.go+53
- sim/cluster/snapshot.go+3
- sim/event.go+6-6
- sim/kv_store.go+27
- sim/kv_store_test.go+60
- sim/kvcache.go+35-6
- sim/kvcache_tiered.go+234
- sim/kvcache_tiered_test.go+168
- sim/metrics.go+11-7
- sim/routing.go+35-27
- sim/routing_test.go+133-33
- sim/simulator.go+27-13
- sim/trace/record.go+7-6
0 commit comments