mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
b91922082e
commit
b166c3a9d9
1 changed files with 3 additions and 1 deletions
|
|
@ -41,7 +41,9 @@ class _FakeAPIServer(APIServer):
|
|||
|
||||
|
||||
class _FakeRoutedServer:
|
||||
def __init__(self, name: str, train_slots: int, eval_slots: int, healthy: bool = True):
|
||||
def __init__(
|
||||
self, name: str, train_slots: int, eval_slots: int, healthy: bool = True
|
||||
):
|
||||
self.name = name
|
||||
self.server_healthy = healthy
|
||||
self.sem = AsyncSemWithAdaptiveWeight(4)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue