Srt Slurm
Description
NVIDIA Inference Benchmarks provide recipes in ready-to-use templates for evaluating platform speed. Validate your platform across specific AI use cases across hardware and software combinations.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
srtctl
Command-line tool for distributed LLM inference benchmarks on SLURM clusters and direct GPU hosts using TensorRT LLM, SGLang and vLLM. Replace complex shell scripts and 50+ CLI flags with declarative YAML configuration.
Quick Start
# Clone and install
git clone https://github.com/your-org/srtctl.git
cd srtctl
pip install -e .
# One-time setup (downloads NATS/ETCD, creates srtslurm.yaml)
make setup ARCH=aarch64 # or ARCH=x86_64
Documentation
**Full documentation:** https://srtctl.gitbook.io/srtctl-docs/
- Installation - Setup and configuration
- Monitoring - Job logs and debugging
- Parameter Sweeps - Grid searches
- Profiling - Torch/nsys profiling
- Analyzing Results - Dashboard and visualization
- ruter - Dynamo router post-processing
- Direct Host Lifecycle - Run the same recipe directly through Docker
Commands
# Submit job(s)
srtctl apply -f config.yaml
# Deploy an inference endpoint without running a benchmark
srtctl apply -f config.yaml --serve-only
# Submit with custom setup script
srtctl apply -f config.yaml --setup-script custom-setup.sh
# Submit with tags for filtering
srtctl apply -f config.yaml --tags experiment,baseline
# Dry-run (validate without submitting)
srtctl dry-run -f config.yaml
# Render and run one single-node recipe through Docker
srtctl apply -f config.yaml -o /absolute/path/to/runs --bash > job.sh
chmod +x job.sh
./job.sh
# Launch analysis dashboard
uv run streamlit run analysis/dashboard/app.py
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Awesome Llm Apps
100+ AI Agents, Agent Skills and RAG Apps - Free and Open Source.
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI Headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agen
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI