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.
please setup scheduler API fisrtly llm-scheduler-api then configure the environment variable in .env
- install dependency
npm install yarn -g
yarn install
- install dependency
yarn start