mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-22 16:48:57 +00:00
Update base.py
This commit is contained in:
parent
d0a253e1b5
commit
e9a547ce32
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ class BaseEnvConfig(BaseModel):
|
|||
)
|
||||
tokenizer_name: str = Field(
|
||||
default="NousResearch/DeepHermes-3-Llama-3-3B-Preview",
|
||||
description="Hugging Face tokenzer to use.",
|
||||
description="Hugging Face tokenizer to use.",
|
||||
)
|
||||
use_wandb: bool = Field(default=True, description="Whether to use wandb")
|
||||
rollout_server_url: str = Field(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue