Skip to main content

Infrastructure selection for training

Compare plans for local GPU, HPC, and cloud before executing the selected candidate.

Infrastructure selection for training

Activity responsibilities

ActivityResponsibility
profile-workloadExecute the profile workload stage and publish its declared outputs for downstream activities.
plan-local-gpuExecute the plan local GPU stage and publish its declared outputs for downstream activities.
plan-hpcExecute the plan HPC stage and publish its declared outputs for downstream activities.
plan-cloudExecute the plan cloud stage and publish its declared outputs for downstream activities.
compare-plansExecute the compare plans stage and publish its declared outputs for downstream activities.
select-scopeExecute the select scope stage and publish its declared outputs for downstream activities.
trainExecute the train stage and publish its declared outputs for downstream activities.

Inputs

  • Workflow profile
  • Execution scopes
  • Budget and deadline

Outputs

  • Candidate plans
  • Selection record
  • Observed run

Provenance to preserve

  • Planner version
  • Predictions
  • Plan-versus-observed error

Runnable example

This is the complete checked-in bundle for this pattern. Download the environment, scope, topology, workflow, input, container recipe, runner, and validation contract from this page before executing it.

Verified local execution

These captures and the output manifest were produced by the fixture's local Docker run and validator. They are published with the same bundle as the runnable files.

Infrastructure selection for training workflow execution evidence
Workflow evidence
Infrastructure selection for training execution evidence
Execution evidence
Infrastructure selection for training output evidence
Output evidence
Open verified output manifest ↓

Execution considerations

Evaluate candidates with frozen inputs and one common model. Queue planning experiments so concurrent load does not distort evidence.

AkôFlow boundary: the engine schedules, deploys, executes, transfers data, and records evidence. The ML or agent framework remains an implementation choice inside each activity.