Install Intel® AI Analytics Toolkit via Conda*
Intel provides access to the AI Kit components through a public Anaconda repository. If you do not have an existing Conda-based python environment, install Conda or Miniconda*. To get more details on the AI Analytics Toolkit, visit the Intel AI Analytics toolkit home page.
Activate the conda base environment via opening Anaconda prompt or executing the following command in command prompt:
C:\<conda-install-dir>\anaconda3\Scripts\activate.bat
Create and activate your conda environment:
conda create -n <conda environment name> conda activate <conda environment name>
To install the packages from the Anaconda channel via Conda, execute the following command:
conda install <package_name>
For example, to install the TensorFlow* package, execute the following command:
conda install tensorflow
To install the packages from other channels, specify a channel name as in the example below:
conda install <package_name> -c <channel>
For example, to install the PyTorch* package from the pytorch channel, use the following command:
conda install pytorch -c pytorch
You can find the list of available packages and their channels in the section below.
List of Available Packages
Component Name |
Package Name |
Platform |
Channel |
---|---|---|---|
Intel® Distribution for Python* |
intelpython3_full |
win |
intel |
Modin* |
modin-ray |
win |
anaconda |
Intel® Neural Compressor* |
neural-compressor |
win |
intel |
PyTorch* |
pytorch |
win |
pytorch |
TensorFlow* |
tensorflow |
win |
anaconda |