> For the complete documentation index, see [llms.txt](https://genos-docs.gitbook.io/default/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://genos-docs.gitbook.io/default/v1.7.8/dashboard/overview/gpu.md).

# GPU

대시보드의 GPU 메뉴는 노드별 GPU 디바이스의 사용률, 메모리 점유율, 할당 상태 등을 시각적으로 확인할 수 있으며, 모델 학습/추론 작업 중 리소스 병목 현상을 진단하는 데 활용됩니다.

<figure><img src="/files/s2Jpth6lFwqi0oipLXcq" alt=""><figcaption></figcaption></figure>

### GPU 상태

* **GPU 서버 정보 :** GPU 서버 이름 정보 및 GPU 전체 수 정보
* **학습 타입 정보 :** 학습 타입에 쓸 수 있는 GPU 정보 및 사용 수 정보
* **서빙 타입 정보 :** 서빙 타입에 쓸 수 있는 GPU 정보 및 사용 수 정보


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://genos-docs.gitbook.io/default/v1.7.8/dashboard/overview/gpu.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
