Skip to content

Commit

Permalink
add auto tuner module
Browse files Browse the repository at this point in the history
  • Loading branch information
Caozhou1995 committed Sep 6, 2023
1 parent 1a15a35 commit 837d28f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/setup.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ packages=['paddle',
'paddle.distributed.sharding',
'paddle.distributed.fleet',
'paddle.distributed.launch',
'paddle.distributed.auto_tuner',
'paddle.distributed.launch.context',
'paddle.distributed.launch.controllers',
'paddle.distributed.launch.job',
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -1378,6 +1378,7 @@ def get_setup_parameters():
'paddle.distributed.sharding',
'paddle.distributed.fleet',
'paddle.distributed.launch',
'paddle.distributed.auto_tuner',
'paddle.distributed.launch.context',
'paddle.distributed.launch.controllers',
'paddle.distributed.launch.job',
Expand Down

0 comments on commit 837d28f

Please sign in to comment.