You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When debug=True and rich module is available, _RichMonitor causes the engine building time significantly longer, and the performance of the engine is also decreased. Using _ASCIIMonitor (i.e. rich module is unavailable) is a lot better than _RichMonitor, but still a bit inferior to not using progress monitor.
Bug Description
When
debug=True
andrich
module is available,_RichMonitor
causes the engine building time significantly longer, and the performance of the engine is also decreased. Using_ASCIIMonitor
(i.e.rich
module is unavailable) is a lot better than_RichMonitor
, but still a bit inferior to not using progress monitor.To Reproduce
_RichMonitor
_ASCIIMonitor
Progress monitor disabled
Environment
conda
,pip
,libtorch
, source): pipThe text was updated successfully, but these errors were encountered: