Ax3l

Setup Hugging Face Access

As root:

cd /opt/dev
python3 -m venv huggingface-venv
source ./venv_huggingface-venv/bin/activate
pip install --upgrade pip
pip install huggingface_hub

Download Phi

This is BIG, it will take a while.

hf download microsoft/Phi-4-mini-instruct \
    --local-dir /opt/dev/Phi-4-mini-instruct