rdma_service_level

Applicability

Product

Supported (√/x)

Atlas 350 Accelerator Card

x

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas 200I/500 A2 inference product

x

Atlas inference product

x

Atlas training product

x

Note: For Atlas A2 training product/Atlas A2 inference product, only the Atlas 800I A2 inference server and A200I A2 Box heterogeneous subrack are supported.

Function Description

Sets the service level of the RDMA NIC.

Prototype

1
rdma_service_level(self, rdma_service_level: int)

Parameters

Parameter

Data Type

Description

rdma_service_level

int

Service level of the RDMA NIC. It has the same functionality as the environment variable HCCL_RDMA_SL. If both are configured, this parameter takes precedence. If only one of them is configured, the configured one takes effect.

The value range is [0, 7]. The default value is 4.

For more information, see Environment Variables.

Example

1
2
3
from llm_datadist import LLMConfig
llm_config = LLMConfig()
llm_config.rdma_service_level = 2

Returns

In normal cases, no value is returned.

If a parameter is incorrect, a TypeError or ValueError may be thrown.

Restrictions

None