Documentation
¶
Index ¶
Constants ¶
View Source
const ( // PyTorchInitContainerImageDefault is the default image for the pytorch // init container. PyTorchInitContainerImageDefault = "alpine:3.10" // PyTorchInitContainerTemplateFileDefault is the default template file for // the pytorch init container. PyTorchInitContainerTemplateFileDefault = "/etc/config/initContainer.yaml" // MPIKubectlDeliveryImageDefault is the default image for launcher pod in MPIJob init container. MPIKubectlDeliveryImageDefault = "mpioperator/kubectl-delivery:latest" )
Variables ¶
View Source
var Config struct { PyTorchInitContainerTemplateFile string PyTorchInitContainerImage string MPIKubectlDeliveryImage string }
Config is the global configuration for the training operator.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.