Skip to content

Commit

Permalink
Enabel FLAGS_new_executor_micro_batching in AutoEngine
Browse files Browse the repository at this point in the history
  • Loading branch information
From00 committed Oct 9, 2023
1 parent 68bb39d commit e7d05ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model_zoo/gpt-3/ppfleetx/core/engine/auto_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def use_new_executor():
'FLAGS_new_executor_micro_batching', None
)
return new_executor_micro_batching in [
None,
1,
'1',
True,
Expand Down

0 comments on commit e7d05ca

Please sign in to comment.