mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-24 17:04:55 +00:00
start servers as healthy so they can get a chance to check...
This commit is contained in:
parent
42c47ebc49
commit
553d45cc7e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue