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
fix(conf): gpu detection on old versions of jinja2
Unfortunately, map('bool') on old versions of jinja2 does not work as
expected on a list of integers, it returns a list of False whatever the
value of the integer. As an alternative, sum all integers and check
result is above zeo.
0 commit comments