Skip to content

Commit 044b7fc

Browse files
authored
Merge pull request #16635 from AIFollowers/paddle_sunxl_release_1_4
fix model_stat import bug
2 parents feac69a + c6f4044 commit 044b7fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/paddle/fluid/contrib/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
from .utils import *
3333
from . import extend_optimizer
3434
from .extend_optimizer import *
35+
from . import model_stat
36+
from .model_stat import *
3537

3638
__all__ = []
3739
__all__ += decoder.__all__

0 commit comments

Comments
 (0)