dynamo/benchmarks/profiler
MatejKosec 67329d1023
fix: profiler deployment timeout handling for MoE models (#6086)
Wrap wait_for_deployment_ready() in try/except TimeoutError for both prefill and decode profiling sweeps
On timeout: log error, record via add_profiling_error(), clean up the timed-out deployment, and continue to the next parallelization mapping
Previously, a single deployment timeout would crash the entire profiler job
2026-02-09 15:57:59 -08:00
..
deploy fix: make it clear what features are only available 0.8.1 and on (#5492) 2026-01-16 14:06:33 -08:00
utils fix: profiler deployment timeout handling for MoE models (#6086) 2026-02-09 15:57:59 -08:00
webui docs: cleanup of docs refactor for components, integrations, and features (#6019) 2026-02-05 19:50:17 -08:00
README.md docs: cleanup of docs refactor for components, integrations, and features (#6019) 2026-02-05 19:50:17 -08:00
__init__.py chore: update all copyright headers in repo to 2026 (#5130) 2026-01-02 22:08:23 +00:00
profile_endpoint.py chore: update all copyright headers in repo to 2026 (#5130) 2026-01-02 22:08:23 +00:00
profile_sla.py fix: profiler deployment timeout handling for MoE models (#6086) 2026-02-09 15:57:59 -08:00

README.md

Profiler

Documentation for the Dynamo Profiler has moved to docs/components/profiler/.