acoustic-carpenter-78188
04/23/2023, 11:01 AMfrom flytekitplugins.kfpytorch import Elastic
@task(
task_config=Elastic(
replicas=4,
nproc_per_node=4,
...
),
...
)
def train(...):
...
See this issue for motivation and more details.
Type
☐ Bug Fix
☑︎ Feature
☐ Plugin
Are all requirements met?
☑︎ Code completed
☑︎ Smoke tested
☑︎ Unit tests added
☐ Code documentation added
☑︎ Any pending items have an associated Issue
Complete description
Tracking Issue
Fixes flyteorg/flyte#3614
Follow-up issue
flyteorg/flyteplugins
✅ All checks have passed
6/6 successful checksacoustic-carpenter-78188
04/23/2023, 11:01 AMacoustic-carpenter-78188
04/24/2023, 6:00 AM