Skip to content

Commit 85b4923

Browse files
committed
Init fix
Signed-off-by: Pranav Prashant Thombre <pthombre@nvidia.com>
1 parent d136c87 commit 85b4923

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dfm/src/automodel/utils/processors/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@
1414

1515
from .base import BaseModelProcessor
1616
from .registry import ProcessorRegistry
17+
from .flux import FluxProcessor
1718

1819
__all__ = [
1920
"BaseModelProcessor",
2021
"ProcessorRegistry",
22+
"FluxProcessor",
2123
]

0 commit comments

Comments
 (0)