Skip to content

OpenCSGs/llm-scheduler-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLM scheduler UI

Overview

LLM scheduler UI is an open source web interface to LLM jobs. the scheduler engine is using Slurm as default engine It performs large model jobs scheduling based on GPU resources.

Prerequisite

please setup scheduler API fisrtly llm-scheduler-api then configure the environment variable in .env

Quick Start

  1. install dependency
npm install yarn -g
yarn install
  1. install dependency
yarn start