Spaces:
Build error
Build error
| class ContinuousBenchmark: | |
| async def run_once(self): return type('', (), {'regression':False,'global_score':0.8})() | |
| def get_dashboard(self): return {} | |
| class ContinuousBenchmark: | |
| async def run_once(self): return type('', (), {'regression':False,'global_score':0.8})() | |
| def get_dashboard(self): return {} | |