Working with Data
Define Inputs in valohai.yaml
- step:
name: inference
image: docker.io/ultralytics/ultralytics:8.0.180-python
command: python inference.py
inputs:
- name: model
default: datum://latest-model # References data from your catalog
filename: best.onnx # Renames the file when downloaded
- name: images
default: https://ultralytics.com/images/bus.jpgInput Configuration Options
Access Inputs in Your Code
Run with Inputs
Override Inputs at Runtime
From the UI
From the CLI
Input Sources
Connecting Executions
💬 Best Practices
Last updated
Was this helpful?
