Skip to content

Commit 5cc2253

Browse files
committed
Update scheduler type description in v1_0
1 parent 7c6bb5f commit 5cc2253

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hyperpod-pytorch-job-template/hyperpod_pytorch_job_template/v1_0/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ class PyTorchJobConfig(BaseModel):
125125
scheduler_type: Optional[str] = Field(
126126
default=None,
127127
alias="scheduler_type",
128-
description="Scheduler type",
128+
description="If specified, training job pod will be dispatched by specified scheduler. If not specified, the pod will be dispatched by default scheduler.",
129129
min_length=1
130130
)
131131
queue_name: Optional[str] = Field(

hyperpod-pytorch-job-template/hyperpod_pytorch_job_template/v1_0/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
}
253253
],
254254
"default": null,
255-
"description": "Scheduler type",
255+
"description": "If specified, training job pod will be dispatched by specified scheduler. If not specified, the pod will be dispatched by default scheduler.",
256256
"title": "Scheduler Type"
257257
},
258258
"queue_name": {

0 commit comments

Comments
 (0)