반응형 GPU2 [Colab] VSCode에서 SSH로 Colab과 연결 및 연결 유지하기 - 컴퓨터: M1 맥북에어 (macOS Monterey Version 12.4) - 필수 프로그램: Visual Studio Code, brew - 브라우저: Microsoft Edge - 후기: 노력에 비해서 얻는 게 적은 느낌이라서 비추합니다. 목차 1. 프로그램 설치하기 2. VSCode에서 SSH로 Colab과 연결하기 3. 코드 실행하기 4. Colab과 연결 유지하기 1. 프로그램 설치하기 기본적으로 맥북에 brew가 설치되어 있는 환경에서 작업을 진행합니다. 설치 링크는 다음과 같습니다. - Visual Studio Code: https://code.visualstudio.com - Homebrew: https://brew.sh/index_ko 위의 프로그램들이 설치되었다면 Visual St.. 2022. 7. 24. [Ubuntu] 그래픽 카드(GPU) 정보 확인하기 우분투 환경에서 그래픽 카드 정보를 확인 때 주로 사용하는 명령어는 다음과 같습니다. lspci | grep -i VGA sudo lshw -C display 위의 명령어를 사용하면 GPU 정보를 자세히 알려주지만 경우에 따라서는 어느 제조사에서 만들었는지만 알려줍니다. $ lspci | grep -i VGA 0000:00:02.0 VGA compatible controller: Intel Corporation Device 9a60 (rev 01) 0000:01:00.0 VGA compatible controller: NVIDIA Corporation Device 2520 (rev a1) $ sudo lshw -C display *-display description: VGA compatible cont.. 2022. 4. 15. 이전 1 다음 반응형