Plugin List

Downloading Plugin Packages

Table 1 lists the plugins.

Table 1 Plugin list

Plugin Name

Download URL

Plugin Description

MindStudio Sshmanager

mindstudio-sshmanager-{version}.zip

Provides SSH connection and transmission functions.

MindStudio Inference

mindstudio-inference-{version}.zip

Provides AI inference development tools, including model conversion tools, operator and model query tools, MindX SDK, MindX SDK Pipeline, Model Accuracy Analyzer, Dump, and Dump Network.

MindStudio Training

mindstudio-training-{version}.zip

Provides AI training development tools, including analysis and migration tools and MindInsight.

MindStudio Operator

mindstudio-operator-{version}.zip

Provides the operator development function.

MindStudio Profiler

mindstudio-profiler-{version}.zip

Provides the Advisor and system tuning functions.

  • The MindStudio Inference, MindStudio Training, MindStudio Operator, and MindStudio Profiler plugins support basic functions such as CANN management and log viewing as well as the Advisor system.
  • The plugins can be installed on Pycharm 2022.3.2 or later on Jetbrains and the Intellij IDEA community edition.

Verifying Plugin Package Integrity

To prevent a plugin package from being maliciously tampered with during transmission or storage, you can use the hash value generated by the SHA256 algorithm to verify the integrity of the downloaded package. The detailed method is as follows (xxx.zip in the command indicates the name of the downloaded plugin package).

Table 2 Integrity verification

OS

Command for Viewing Hash Values

Windows

certutil -hashfile xxx.zip SHA256

Linux

sha256sum xxx.zip