MLC Packages

MLC-AI & MLC-Chat

We provide pip wheels for MLC-AI and MLC-Chat nightly build, which can be installed with pip. Select your operating system/compute platform and run the command in your terminal:

Hardware:

Package:

Your OS:


Run this:

All Linux/Windows packages (both CPU/CUDA versions) supports Vulkan.

Note for Pip Installation under Conda

If you install the pip wheel under a Conda environment, please also install the latest gcc in Conda to resolve possible libstdc++.so issue:

conda install -c conda-forge gcc

MLC-Chat-CLI

We provide conda packages for MLC-Chat-CLI nightly build, which can be installed with conda:

conda create -n mlc-chat-venv -c mlc-ai -c conda-forge mlc-chat-nightly
conda activate mlc-chat-venv