Static Graph Features
Sunset Features
The following capabilities are currently implemented only in static graphs (GRAPH_MODE) and are not supported in dynamic graphs (PyNative). They are marked as sunset features. New features are preferentially evolved in dynamic graphs. For details about the following features, see section "Static Graph Implementation."
Dynamic graphs (r2.0.0) currently focus on the entire training process, and the model structure is explicitly configured through the YAML model section. The following capabilities are not yet implemented in dynamic graphs and require static graphs.
Feature |
Description |
Link |
|---|---|---|
Inference |
Inference process of a trained model. |
|
Service deployment |
Service deployment based on vLLM and others. |
|
Quantification |
Quantization inference integrated with MindSpore Golden Stick. |
|
Checkpoint weight |
Converts or shards weights in CKPT format, for example, Checkpoint 1.0. |
|
Loading the HF model configuration |
Automatically merges HF |
After the preceding capabilities are implemented in dynamic graphs, the corresponding items will be moved from this page and supplemented in the dynamic graph documentation.