Finalize

Applicability

Product

Supported (Yes/No)

Atlas 350 Accelerator Card

No

Atlas A3 training product/Atlas A3 inference product

Yes

Atlas A2 training product/Atlas A2 inference product

Yes

Atlas 200I/500 A2 inference product

No

Atlas inference product

No

Atlas training product

No

Note: For the 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

Releases LLM-DataDist resources.

Prototype

1
void Finalize()

Parameters

None

Returns

None

Exception Handling

None

Constraints

  • This API must be used in conjunction with Initialize.
  • In disaggregated deployment mode, when the incremental cluster pulls KV data from the full cluster, ensure that the full cluster has completed KV data synchronization before this API is called; otherwise, the operation fails.
  • In disaggregated deployment mode, during KV data synchronization from the full cluster to the incremental cluster, ensure that the incremental cluster calls this API only after the full cluster has finished synchronizing KV data; otherwise, the operation fails.
  • This API cannot be called concurrently with other APIs.