2025-05-17 기준입니다
# 기존 환경 제거 후 (선택 사항)
pip uninstall torch torchvision torchaudio
# CUDA 12.8 지원 버전으로 설치 (Windows 호환)
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128
우분투의 경우
pip install torch==2.7.0 torchvision==0.22.0 torchaudio==2.7.0 --index-url https://download.pytorch.org/whl/cu128
'에러 해결법' 카테고리의 다른 글
pytorch모델 학습중 memory usage가 점진적으로 증가하는 문제 (0) | 2025.06.23 |
---|---|
montreal_forced_aligner.exceptions.FeatureGenerationError: FeatureGenerationError: No utterances had features (1) | 2025.06.16 |
[유니티] Newtonsoft.json vscode 인식 문제 (0) | 2025.03.20 |
유니티 비전컨트롤 Google Play Games 에러 해결 (0) | 2024.12.22 |
[유니티]이 앱은 Android 최신 버전과 호환되지 않습니다. (0) | 2024.12.21 |
댓글