-
python -m venv .venv
-
.venv\Scripts\activate (Windows PS)
-
source .venv/bin/activate (POSIX)
-
CUDA 툴킷 설치 (v11.8)
-
torch cuda 버전 설치
- pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu118
python -m venv .venv
.venv\Scripts\activate (Windows PS)
source .venv/bin/activate (POSIX)
CUDA 툴킷 설치 (v11.8)
torch cuda 버전 설치