https://github.com/opencsgs/llm-scheduler-ui
LLM scheduler user interface
https://github.com/opencsgs/llm-scheduler-ui
Last synced: about 1 year ago
JSON representation
LLM scheduler user interface
- Host: GitHub
- URL: https://github.com/opencsgs/llm-scheduler-ui
- Owner: OpenCSGs
- License: apache-2.0
- Created: 2024-05-06T05:54:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T03:53:52.000Z (about 2 years ago)
- Last Synced: 2025-03-25T21:38:09.156Z (about 1 year ago)
- Language: JavaScript
- Size: 1.41 MB
- Stars: 15
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LLM scheduler UI
## Overview
LLM scheduler UI is an open source web interface to LLM jobs. the scheduler engine is using [Slurm](https://slurm.schedmd.com/) as default engine
It performs large model jobs scheduling based on GPU resources.
[
](https://www.bilibili.com/video/BV1hH4y1G73D/?vd_source=998127e911ff03443d75c8df2b3d33e8)
## Prerequisite
please setup scheduler API fisrtly [llm-scheduler-api](https://github.com/OpenCSGs/llm-scheduler-api)
then configure the environment variable in .env
## Quick Start
1. install dependency
```bash
npm install yarn -g
yarn install
```
2. install dependency
```bash
yarn start
```