Skip to content

[Bug]: suggest to create __init__.py under src/llmcompressor/pipelines/sequential/ast_utils #2111

@jaeminSon

Description

@jaeminSon

⚙️ 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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestgood first issueA good first issue for users wanting to contribute

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions