# llm-scheduler-ui **Repository Path**: OpenCSGInc/llm-scheduler-ui ## Basic Information - **Project Name**: llm-scheduler-ui - **Description**: llm jobs api based on slurm restful api - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: https://opencsg.com/ - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-05-23 - **Last Updated**: 2025-07-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```