본문 바로가기

전체 글

(68)
우분투 이유 없이 계속 리부팅 되는 이슈 우분투 서버에서 이유없이 리부팅이 되는 경우가 있었는데, 그때마다 검정 화면만 보인다거나, 마우스가 느려지다가 결국 재부팅이 되는 현상이 있습니다. 아래와 같은 방법으로도 해결이 안되면 추가적으로 장비쪽을 의심해야한다고 합니다. 메인보드, 파워, 그래픽 카드, 램 등등 살펴본 log cat /var/log/syslog tail -f /var/log/syslog /var/crash less /var/crash/_usr_lib_xorg_Xorg.1000.crash 전부 살펴 봤지만, 이슈가 었었음 .. 담음 명령어 실행후 이슈 찾음 .. sudo dmesg 아래 이슈가 발생: [ 357.315046] [drm:nv_drm_master_set [nvidia_drm]] *ERROR* [nvidia-drm] [G..
ERROR: Failed to download 발생 .. wsl2에서 vscode를 실행하면 update하다가 갑자기 아래와 같이 다운로드를 실패 했다는 error가 발생하면서 vscode가 실행이 안되는 Error가 존재 위와 같은 error가 발생하면, vscode를 실행하기 위한 명령어를 실행해도 vscode가 실행이 되지 않는다. 해결방법: New Window를 실행해서 vscode를 실행합니다. remote explorer을 클릭 WSL Targets를 눌러서 아무 vscode로 WSL로 실행 할 수 있는 folder를 open해 주면, 해당 error가 해결됩니다. 이후 커멘드 라인에서도 vscode를 실행하기 위한 code .을 실행해도 error가 발행하지 않음 !!
Self-Consuming Generative Models Go MAD 논문 링크 : https://event.stibee.com/v2/click/MjEyNDc5LzE4MjU2NTYvNDM3NC8/aHR0cHM6Ly9hcnhpdi5vcmcvYWJzLzIzMDcuMDE4NTA Self-Consuming Generative Models Go MAD Seismic advances in generative AI algorithms for imagery, text, and other data types has led to the temptation to use synthetic data to train next-generation models. Repeating this process creates an autophagous (self-consuming) loop whose prop..
리눅스 mount ## 우분트에서 disk 마운트 하기 현재 드라이브 정보 확인 sudo lshw -C disk sudo fdisk -l​ fdisk -l 명령어를 입력하면, 현재 가지고 있는 디스크 목록이 뜨는데 마운트 시킬 디스크의 찾아서 마운트 하면된다. ## 마운트 하기 mkdir /mnt/hdd mount /dev/sda /mnt/hdd chmod 777 /mnt/hdd ## 언마운트 하기 umount /mnt/hdd ## 소유자, 소유그룹이 전부 root일 경우 사용하고 있는 리눅스가 재부팅되거나 어떤 이유에서 모든 소유권과 그룹이 root가 되는 경우가 있는데 이럴경우, 파일 및 디렉토리 생성이 안되고 수정도 안되게 됩니다. 이를 해결하는 방법 3가지를 소개하려고 합니다. 1.chmod를 사용해서 권한 부여 ..
MMdetection에서 Mask2Former Error 해결 mmdetection에서 Mask2Former를 사용시 train에는 문제가 없지만, validation시 즉 평가시 out of memory가 발생 https://github.com/open-mmlab/mmdetection/issues/9424 cuda out of memory when testing Mask2Former model · Issue #9424 · open-mmlab/mmdetection Prerequisite I have searched Issues and Discussions but cannot get the expected help. I have read the FAQ documentation but cannot get the expected help. The bug has not b..
docker container에서 한글 이름 폴더 깨짐 해결방법 1. locales 설치 apt-get install locales 2. 환경값 setting export LANGUAGE=ko_KR.UTF-8 export LANG=ko_KR.UTF-8 3. locales 설정 locale-gen ko_KR ko_KR.UTF-8 update-locale LANG=ko_KR.UTF-8 4. dpkg-reconfigure locales 실행 dpkg-reconfigure locales 엔터를 사용하면서 ko_KR.UTF-8 UTF-8을 찾는다. ko_KR.UTF-8 UTF-8 번호는 사용자 마다 다를 수 있습니다 !! 찾고 엔터를 계속 입력하면 생성할 로케일 목록이 나타나므로 ko_KR.UTF-8 UTF-8의 번호를 입력해주면 된다. 이후 3을 입력후 엔터 !! 한글이 제..
SSH 접속 오류 해결 SSH 접속 에러 해결 방법 /etc/init.d/ssh restart​ Could not load host key: /etc/ssh/ssh_host_ecdsa_key라는 에러가 발생시에 해결 방법입니다. 1.ecdsa키를 생성 ssh-keygen -t ecdsa -f /etc/ssh/ssh_host_ecdsa_key -N “” 2. sshd의 host 키가 load 되지 않는 현상 해결 ls -al /etc/ssh/ssh*key rm -r /etc/ssh/ssh*key dpkg-reconfigure openssh-server /etc/init.d/ssh restart 3. 실행 권한 없음 chmod 400 {key_name} or chmod 755 {key_name}로 해결 가능 chmod 755 /r..
[review]PETALS: Collaborative Inference and Fine-tuning of Large Models PETALS: Collaborative Inference and Fine-tuning of Large Models 논문 링크 : https://arxiv.org/pdf/2209.01188.pdf github : https://github.com/bigscience-workshop/petals 1. Introduce 최근 LLM(Large Language Model)의 추세는 모델의 크기가 커지는 추세임을 알 수 있습니다. 최근에 출시된 LLaMA2는 175B의 크기인 GPT-3나 GPT-4에 비해서는 작지만 일반적인 장비로 모델을 개발하는 사람들에게는 해당 모델도 매우 큰 모델이라고 할 수 있습니다. 최근에 출시된 모델은 LLaMA2 뿐만 아니라 BLOOM-176B, OPT-175B 등등 많은 모델들이 ..