change [sequential epoch end ](https://github.com/vllm-project/llm-compressor/blob/main/src/llmcompressor/core/session_functions.py#L157) to use a modules list instead of a subgraph the only modifier that actually uses the subgraph information is [autoround](https://github.com/vllm-project/llm-compressor/blob/7a52e9e24558bbb4cf8c3a47c0eda630ea6e64be/src/llmcompressor/modifiers/autoround/base.py#L214-L216) which just uses it to get a [list of modules](https://github.com/vllm-project/llm-compressor/blob/7a52e9e24558bbb4cf8c3a47c0eda630ea6e64be/src/llmcompressor/modifiers/autoround/base.py#L238C24-L238C32) may even be better to get rid of the argument alltogether
change sequential epoch end to use a modules list instead of a subgraph
the only modifier that actually uses the subgraph information is autoround
which just uses it to get a list of modules
may even be better to get rid of the argument alltogether