Skip to content

Commit 01597fc

Browse files
authored
[Fix bug]Add generation module in init.py file (#2608)
1 parent f25a0f3 commit 01597fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

paddleformers/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
modules = [
5555
"data",
5656
"datasets",
57+
"generation",
5758
"nn",
5859
"mergekit",
5960
"ops",
@@ -72,6 +73,7 @@
7273
from . import (
7374
data,
7475
datasets,
76+
generation,
7577
mergekit,
7678
nn,
7779
ops,

0 commit comments

Comments
 (0)