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
1b8ff075c4
commit
12ba3cc3bd
1 changed files with 3 additions and 3 deletions
|
|
@ -5,15 +5,15 @@ import logging
|
|||
import pytest
|
||||
|
||||
from atroposlib.envs.server_handling.openai_server import resolve_openai_configs
|
||||
from atroposlib.envs.server_handling.vllm_server import (
|
||||
resolve_openai_configs as resolve_vllm_configs,
|
||||
)
|
||||
from atroposlib.envs.server_handling.server_baseline import (
|
||||
APIServer,
|
||||
APIServerConfig,
|
||||
AsyncSemWithAdaptiveWeight,
|
||||
)
|
||||
from atroposlib.envs.server_handling.server_manager import ServerManager
|
||||
from atroposlib.envs.server_handling.vllm_server import (
|
||||
resolve_openai_configs as resolve_vllm_configs,
|
||||
)
|
||||
|
||||
|
||||
class _FakeAPIServer(APIServer):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue