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 running run_gen_base_impl.py, it hits a bug in tools/fasttest/run.py: in the “no query validator” path it sets metrics = None, but later, if W&B logging is enabled (which is my case), it still does assert isinstance(metrics, Dict).
When running
run_gen_base_impl.py, it hits a bug in tools/fasttest/run.py: in the “no query validator” path it sets metrics = None, but later, if W&B logging is enabled (which is my case), it still does assert isinstance(metrics, Dict).