The Neural Magic Platform contains several products: DeepSparse (available in two editions, Community and Enterprise), SparseML, and SparseZoo.
Each package is installed with PyPI. It is recommended to install in a virtual environment to encapsulate your local environment.
To begin using the Neural Magic Platform, run the following command, which installs standard setups for deployment with DeepSparse and model training/optimization with SparseML:
pip install deepsparse[server] sparseml[torch,torchvision]
Now, you are ready to install one of the Neural Magic products.