Background
I have a fairly large eval suite (2.7k tasks). When running evalite serve I still get the tasks logged into the terminal, despite having the UI output.
Update: I realized after creating this that I think the --hideTable is supposed to do this in the beta, but it doesn't seem to be working. So perhaps this is more of a bug report than a feature request :)
Outcome
I think it would make sense when running with evalite serve to not log individual task results, given the purpose of the command is to view them in the UI.
Background
I have a fairly large eval suite (2.7k tasks). When running
evalite serveI still get the tasks logged into the terminal, despite having the UI output.Update: I realized after creating this that I think the
--hideTableis supposed to do this in the beta, but it doesn't seem to be working. So perhaps this is more of a bug report than a feature request :)Outcome
I think it would make sense when running with
evalite serveto not log individual task results, given the purpose of the command is to view them in the UI.