pytorch 다운 오류
-
pip install torch==1.10.1 torchvision==0.11.2 torchaudio==0.10.1
Collecting torch==1.10.1
Downloading torch-1.10.1-cp37-cp37m-manylinux1_x86_64.whl (881.9 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 881.9/881.9 MB 15.0 MB/s eta 0:00:01죽었음pytorch 다운 하려고 하니까 이렇게 오류가 나는데 어떻게 해야할까요?
pip install torch==1.10.1+cpu torchvision==0.11.2+cpu torchaudio==0.10.1 -f https://download.pytorch.org/whl/torch_stable.html 이 명령어로도 실행해봤는데 에러가 뜨네요 어떻게 해야할까요?
-
pip install --upgrade pip pip3 install torch torchvision torchaudio
해보시겠어요?
해당 버전은 CPU 버전입니다.GPU 컨테이너를 생성하시면 기본으로 pytorch+gpu버전이 설치되어있습니다.