mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
make default not slurm
This commit is contained in:
parent
cb8641dc9d
commit
f7552c9c6f
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ from atroposlib.envs.server_handling.trl_vllm_server import TrlVllmServer
|
|||
|
||||
class ServerManagerConfig(BaseModel):
|
||||
slurm: bool = Field(
|
||||
default=True, description="Whether environment is running on slurm or not."
|
||||
default=False, description="Whether environment is running on slurm or not."
|
||||
)
|
||||
testing: bool = Field(
|
||||
default=False, description="If set to True, environment uses mock OpenAI data."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue