outlines
outlines copied to clipboard
Reduce the time it takes to run the tests
The tests currently take over 10 minutes to run. Most of them are actually really fast, there are just a few that are slowing down the whole thing. We should identify those slow tests and see whether we can do something to speed them up.
We may also want to remove some tests if they have no value.
Closing the issue as removing the CFGLogitsProcessor (#1700) reduced the time it takes to run the tests by more than half.