[Performance] Speed up subgraph tracing for large models
vllm-project/llm-compressor · issue #2981 · opened Jul 2026 · no PRs referenced when indexed
LLM Compressor uses Sequential Onloading to avoid loading the entire model into GPU memory. This relies on trace_subgraphs which performs a virtual pass…