-
Notifications
You must be signed in to change notification settings - Fork 2
Install
Chen Yu edited this page Dec 30, 2023
·
3 revisions
How I would in install
Can use venv
python3 -m venv .
# Windows git bash
source Scripts/activate
torch with cuda can be installed using
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
Then
pip3 install -r requirements.txt