Update base.py

This commit is contained in:
crStiv 2025-06-19 22:52:26 +02:00 committed by GitHub
parent d0a253e1b5
commit e9a547ce32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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(