-
Couldn't load subscription status.
- Fork 1.8k
Closed
Labels
Description
my environment is win10 WSL2 Ubuntu22.04, and I follow the command:
conda create -n mlc-chat
conda activate mlc-chat
conda install git git-lfs
conda install -c mlc-ai -c conda-forge mlc-chat-nightly
mkdir -p dist
git lfs install
git clone https://huggingface.co/mlc-ai/demo-vicuna-v1-7b-int3 dist/vicuna-v1-7b
git clone https://github.com/mlc-ai/binary-mlc-llm-libs.git dist/lib
However, when I complete this command:
mlc_chat_cli
error happen.
