처음 로그인 한 후
Workspaces > +New workspace
GPU 서버 알아서 설정하고 Deploy
Status가 running으로 변경될때까지 시간이 걸린다
그동안 vessl을 깔자 (ssh key 만들 수 있게 도와줌)
pip install vessl
vessl configure
그 다음 QUICKTOOLS > ssh 따라하면 된다
따라했으면,
C:\Users\[사용자]\.ssh 수정한다
Host vessl-server
HostName XXX.XXX.XX.XX
User root
Port XXXX
IdentityFile ~/.ssh/id_ed25519
(Connect with VSCode로 하면 자동으로 환경설정이 추가되는것같은데 저는 실행이 안됩니다)
vscode에서 Remote-ssh 깔고
ctrl + shift + p
Remote-SSH: Connect to Host
ssh vessl-server
'인공지능' 카테고리의 다른 글
모델 경량화 프루닝 (Pruning) - Unstructured (0) | 2025.03.23 |
---|---|
A Discriminative Feature Learning Approach for Deep Face Recognition (0) | 2024.12.15 |
Entropy, Cross Entropy, KL divergence (0) | 2024.07.07 |
Word2Vec (1) | 2024.05.01 |
연세대학교 공학(야간)대학원 인공지능학과 2024 전기 합격 후기 (19) | 2024.04.12 |