Bagikan melalui


PyTorchSettings.CommunicationBackend Property

Definition

Gets or sets communication backend.

[Newtonsoft.Json.JsonProperty(PropertyName="communicationBackend")]
public string CommunicationBackend { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="communicationBackend")>]
member this.CommunicationBackend : string with get, set
Public Property CommunicationBackend As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Type of the communication backend for distributed jobs. Valid values are 'TCP', 'Gloo' or 'MPI'. Not required for non-distributed jobs.

Applies to