Documentation ¶
Index ¶
Constants ¶
View Source
const ( // PytorchPluginName is the name of the plugin PytorchPluginName = "pytorch" // DefaultPort is the default port for pytorch DefaultPort = 23456 // DefaultMaster is the default task name of master host DefaultMaster = "master" // DefaultWorker is the default task name of worker host DefaultWorker = "worker" // EnvMasterPort is the env name of master port EnvMasterPort = "MASTER_PORT" // EnvMasterAddr is the env name of master addr EnvMasterAddr = "MASTER_ADDR" // EnvWorldSize is the env name of world size EnvWorldSize = "WORLD_SIZE" // EnvRank is the env name of rank EnvRank = "RANK" )
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(client pluginsinterface.PluginClientset, arguments []string) pluginsinterface.PluginInterface
New creates pytorch plugin.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.