rdma_service_level
Applicability
Product |
Supported (√/x) |
|---|---|
Atlas 350 Accelerator Card |
x |
√ |
|
√ |
|
x |
|
x |
|
x |
Note: For
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. |
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