Skip to content

Commit

Permalink
Update terminal_snippets.md
Browse files Browse the repository at this point in the history
  • Loading branch information
euisuk-chung authored Jul 16, 2024
1 parent 87917bc commit 2cbed62
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions snippets/terminal_snippets.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# Terminal snippets
- `CUDA version` 확인하는 방법
```bash
nvcc --version
```

- `CUDA` 모니터링 확인하는 방법
```bash
nvidia-smi
```

- `top` 명령어로 CPU나 메모리 사용량 확인하기
```bash
Expand Down

0 comments on commit 2cbed62

Please sign in to comment.