Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 290 Bytes

install-gpu-pip.md

File metadata and controls

10 lines (7 loc) · 290 Bytes
pip install -U pip
pip install -U setuptools wheel

# Install the proper version of PyTorch following https://pytorch.org/get-started/locally/
pip install torch==2.0.1+cu118 torchvision==0.15.2+cu118 --index-url https://download.pytorch.org/whl/cu118

pip install autogluon