⚙️ Your current environment
Ubuntu 22.04.5 LTS
missing __init__.py under src/llmcompressor/pipelines/sequential/ast_utils incurs import error when installing with the source using 'pip install --no-build-isolation .'
ModuleNotFoundError: No module named 'llmcompressor.pipelines.sequential.ast_utils'
🐛 Describe the bug
src/llmcompressor/pipelines/sequential/ast_utils has no init.py
🛠️ Steps to reproduce
pip install --no-build-isolation . and run in python
from llmcompressor.pipelines.sequential.ast_utils.auto_wrapper import AutoWrapper