Introduction to AI Application Management

AI development and optimization require frequent iterations and debugging. Modifications in datasets, training code, or parameters affect the quality of models. If the metadata of the development process cannot be centrally managed, the optimal model may fail to be reproduced.

ModelArts AI application management allows you to import meta models from training jobs, OBS, and container images. In this way, you can centrally manage all iterated and debugged AI applications.

Constraints

  • In an ExeML project, after a model is deployed, the model is automatically uploaded to the AI application management list. However, AI applications generated by ExeML cannot be downloaded and can be used only for deployment and rollout.

Scenarios for Creating AI Applications

  • Imported from a training job: Create a training job in ModelArts and train a model. After obtaining a satisfactory model, use it to create an AI application and deploy the application as services.

  • Imported from OBS: If you use a mainstream framework to develop and train a model locally, you can upload the model to an OBS bucket based on the model package specifications, import the model from OBS to ModelArts, and use the model to create an AI application for service deployment.

  • Imported from a container image: If an AI engine is not supported by ModelArts, you can use it to build a model, import the model to ModelArts as a custom image, use the image to create an AI application, and deploy the AI application as services.

Functions of AI Application Management

Table 1 Functions of AI application management

Supported Function

Description

Creating an AI Application

Import the trained models to ModelArts and create AI applications for centralized management. The following provides the operation guide for each method of importing models.

Viewing Details About an AI Application

After an AI application is created, you can view its information on the details page.

Managing AI Applications

To facilitate traceback and model tuning, ModelArts provides the AI application version management function. You can manage AI applications by version.

Supported AI Engines for ModelArts Inference

If you import a model from a template or OBS to create an AI application, the following AI engines and versions are supported.

Note

  • Runtime environments marked with recommended are unified runtime images, which will be used as mainstream base inference images.

  • Images of the old version will be discontinued. Use unified images.

  • The base images to be removed are no longer maintained.

  • Naming a unified runtime image: <AI engine name and version> - <Hardware and version: CPU, CUDA, or CANN> - <Python version> - <OS version> - <CPU architecture>

Table 2 Supported AI engines and their runtime

Engine

Runtime

TensorFlow

tensorflow_1.15.0-cann_6.3.0-py_3.7-euler_2.8.3-aarch64

MindSpore

mindspore_2.0.0-cann_6.3.0-py_3.7-euler_2.8.3-aarch64

PyTorch

pytorch_1.11.0-cann_6.3.0-py_3.7-euler_2.8.3-aarch64