> 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.9.2/dashboard/overview/training.md).

# 트레이너

대시보드의 트레이너 메뉴는 LLM, VLM, 임베딩, 리랭킹 모델 학습(Training) 태스크의 대기 현황을 통합적으로 보여주는 화면으로, 학습 프로세스의 운영 상태를 점검할 수 있습니다.

<figure><img src="/files/81yHT6KFQPWPTkgEkTnq" alt="학습 대기 목록"><figcaption><p>학습 대기 목록</p></figcaption></figure>

### 학습 대기 목록

* **새로고침 버튼:** 학습 대기 목록을 실시간으로 새로고침 가능합니다.
* **검색 영역:** 제목, 제작자, GPU 제목을 선택하여 검색 가능합니다.
* 목록
  * **학습 순서:** 학습의 순서 정보
  * **제목:** 학습 제목
  * **제작자:** 학습의 제작자 정보
  * **관리 그룹:** 해당 학습을 관리할 그룹 정보
  * **GPU 제목:** 학습의 GPU 제목
  * **GPU 사용 수:** GPU의 사용 수 정보. vGPU를 사용하는 경우 코어와 메모리 비율(코어 %/메모리 %)로 표시됩니다.
  * **대기 시간:** 학습이 대기열에 등록된 후 경과 시간. 실시간으로 갱신됩니다.
* **대기 취소:** 대기 중인 학습은 대기 취소 버튼으로 취소할 수 있습니다. 실행 중인 학습은 취소할 수 없습니다.
* **학습 상세 이동:** 학습명을 더블클릭하면 해당 학습의 상세 화면으로 이동합니다.


---

# 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.9.2/dashboard/overview/training.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.
