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
Thanks for the great efforts in maintaining the library. I found a typo in abstract_facade.py:203. The line logger.info(f"Workers are reduced to {n_workers}.") should be transformed into logger.info(f"Workers are reduced to {available_workers}.")
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for the great efforts in maintaining the library. I found a typo in
abstract_facade.py:203
. The linelogger.info(f"Workers are reduced to {n_workers}.")
should be transformed intologger.info(f"Workers are reduced to {available_workers}.")
The text was updated successfully, but these errors were encountered: