Commit a105dee
Add missing __init__.py (#2115)
SUMMARY:
"Address #2111. Checked other directories and that was the only missing
`__init__.py`"
TEST PLAN:
"`pip install --no-build-isolation .` and checked `from
llmcompressor.pipelines.sequential.ast_utils.auto_wrapper import
AutoWrapper`"
---------
Signed-off-by: Jaemin Son <woalsdnd@gmail.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>1 parent 6d27dc3 commit a105dee
File tree
2 files changed
+10
-1
lines changed- src/llmcompressor/pipelines/sequential
- ast_utils
2 files changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
0 commit comments