Skip to content

Installation¤

Requirements¤

Install Pypi¤

pip3 install unitorch
pip3 install unitorch[deepspeed]

Install Source¤

pip3 install \
    "git+https://github.com/fuliucansheng/unitorch#egg=unitorch[deepspeed]"

Install Extension¤

UNITORCH_EXTENSIONS=NGRAM pip3 install \
    "git+https://github.com/fuliucansheng/unitorch"