mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
add managed vllm server
This commit is contained in:
parent
578175a709
commit
e6ac3abdcb
9 changed files with 597 additions and 15 deletions
|
|
@ -108,8 +108,8 @@ class ServerBaseline(BaseModel):
|
|||
rolling_buffer_length: int = Field(
|
||||
default=1000, description="Length of the rolling buffer to store metrics."
|
||||
)
|
||||
server_type: Literal["openai", "trl", "sglang"] = Field(
|
||||
default="openai", description="Type of server to use, openai or trl"
|
||||
server_type: Literal["openai", "trl", "sglang", "vllm"] = Field(
|
||||
default="openai", description="Type of server to use"
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue