start servers as healthy so they can get a chance to check...

This commit is contained in:
dmahan93 2025-05-13 11:17:23 -05:00
parent 42c47ebc49
commit 553d45cc7e

View file

@ -134,7 +134,7 @@ class APIServer(ABC):
self.config = config
self.sem = AsyncSemWithAdaptiveWeight(config.num_max_requests_at_once)
self.eval_sem = AsyncSemWithAdaptiveWeight(config.num_requests_for_eval)
self.server_healthy = False
self.server_healthy = True
self.attempts_list = []
self.request_timings = []
# in case eval is much different, we should keep different buffers