rdma_traffic_class
Applicability
Product |
Supported (√/x) |
|---|---|
Atlas 350 Accelerator Card |
x |
√ |
|
√ |
|
x |
|
x |
|
x |
Note: For
Function Description
Sets the traffic class of the RDMA NIC.
Prototype
1 | rdma_traffic_class(self, rdma_traffic_class: int) |
Parameters
Parameter |
Data Type |
Description |
|---|---|---|
rdma_traffic_class |
int |
Traffic class of the RDMA NIC. If both this parameter and the environment variable HCCL_RDMA_TC are configured, this parameter takes precedence. If only one of them is configured, the configured one takes effect. Its value ranges from 0 to 255 and must be an integral multiple of 4. The default value is 132. |
Example
1 2 3 | from llm_datadist import LLMConfig llm_config = LLMConfig() llm_config.rdma_traffic_class = 100 |
Returns
In normal cases, no value is returned.
If a parameter is incorrect, a TypeError or ValueError may be thrown.
Restrictions
None