mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-24 17:04:55 +00:00
Removed mentions of NousResearch/DeepHermes-3-Llama-3-1B-Preview and swapped it for NousResearch/DeepHermes-3-Llama-3-3B-Preview
I don't think there is a NousResearch/DeepHermes-3-Llama-3-1B-Preview
This commit is contained in:
parent
8c35d4b540
commit
2cb1ff0087
4 changed files with 4 additions and 4 deletions
|
|
@ -115,7 +115,7 @@ class BaseEnvConfig(BaseModel):
|
|||
default=3, description="Maximum number of batches to have in queue."
|
||||
)
|
||||
tokenizer_name: str = Field(
|
||||
default="NousResearch/DeepHermes-3-Llama-3-1B-Preview",
|
||||
default="NousResearch/DeepHermes-3-Llama-3-3B-Preview",
|
||||
description="Hugging Face tokenzer to use.",
|
||||
)
|
||||
use_wandb: bool = Field(default=True, description="Whether to use wandb")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue