Multiple YAML Files & Monorepos
Why Multiple YAML Files?
How It Works
my-repo/
├── valohai.yaml # Default location
├── train.py
└── preprocess.pymy-repo/
├── data-engineering/
│ └── valohai.yaml # ETL pipelines
├── model-training/
│ └── valohai.yaml # ML training jobs
├── inference/
│ └── valohai.yaml # Batch prediction
└── shared/
└── utils.pyConfigure Custom YAML Path
Execution Default Working Directory
Launch Jobs from CLI with Custom YAML
Adhoc Execution
From Git Commit
Example: Monorepo Structure
Best Practices
What's Next?
Last updated
Was this helpful?
