# llm-scheduler-api **Repository Path**: OpenCSGInc/llm-scheduler-api ## Basic Information - **Project Name**: llm-scheduler-api - **Description**: llm jobs api based on slurm restful api - **Primary Language**: Unknown - **License**: Not specified - **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 API ## Prerequisite Slurm engine was installed. Reference: [Slurm Installation](./docs/slurm_install.md) ## Installation 1. Install dependency: Python 3.10+ ```bash pip install -r requirements.txt ``` 2. API ```bash python main.py ``` or ```bash uvicorn main:app --host 0.0.0.0 --port 3000 ``` ## API document http://localhost:3000/docs