We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e253be4 commit ba08e78Copy full SHA for ba08e78
tests/integration/test_library_api.py
@@ -16,7 +16,7 @@ def _get_library_test_config(port: int = 8000) -> Config:
16
"""Get config for library API tests with optillm server"""
17
config = Config()
18
config.max_iterations = 100
19
- config.checkpoint_interval = 25
+ config.checkpoint_interval = 1
20
config.database.in_memory = True
21
config.evaluator.cascade_evaluation = False
22
config.evaluator.parallel_evaluations = 1
0 commit comments