Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 405 Bytes

install-cpu-source.md

File metadata and controls

11 lines (9 loc) · 405 Bytes
pip install -U pip
pip install -U setuptools wheel

# CPU version of pytorch has smaller footprint - see installation instructions in
# pytorch documentation - https://pytorch.org/get-started/locally/
pip install torchvision~=0.15.1 --force-reinstall --extra-index-url https://download.pytorch.org/whl/cpu

git clone https://github.com/autogluon/autogluon
cd autogluon && ./full_install.sh