프로그래머스 데브 코스/TIL
[6기] 프로그래머스 인공지능 데브코스 128일차 TIL
nicks
2024. 1. 6. 08:43
0106
[19주차] Final Project
코드 실행하기
# 그러나 또또또 오류 투성이
# 발견한 오류들 정리
- GPU 오류
ptrhon pretrain.py
> lightning_fabric.utilities.exceptions.MisconfigurationException: CUDAAccelerator can not run on your system since the accelerator is not available. The following accelerator(s) is available and can be passed into accelerator argument of Trainer: ['cpu'].
nvidia-smi
> NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
sudo ubuntu-drivers devices
> ubuntu-drivers command 오류
sudo yum install -y ubuntu-drivers-common
> No package ubuntu-drivers-common available.
왜... 다운로드가 되지 않을까... 아무리 검색해 봐도 결과가 나오지 않아서 결국 멘토님께 도움을 요청했다