mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-28 17:29:30 +00:00
cleanup
This commit is contained in:
parent
54bd9a5ae0
commit
672cdbaea8
8 changed files with 360 additions and 820 deletions
|
|
@ -92,6 +92,12 @@ class TrainingConfig(BaseModel):
|
|||
vllm_gpu_memory_utilization: float = Field(
|
||||
0.45, description="GPU memory utilization for vLLM server (0.0-1.0)"
|
||||
)
|
||||
max_model_len: int = Field(
|
||||
4096, description="Maximum context length for vLLM server"
|
||||
)
|
||||
dtype: str = Field(
|
||||
"bfloat16", description="Data type for model weights (bfloat16, float16, auto)"
|
||||
)
|
||||
|
||||
# === Weights & Biases Configuration ===
|
||||
use_wandb: bool = Field(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue