Home / nvidia / srt-slurm · CLAUDE.md · GitHub

CLAUDE.md claudeA

CLAUDE.md is agent-read markdown (claude) from nvidia/srt-slurm.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# CLAUDE.md

Development guide for working on this codebase.

## Quick Reference

```bash
# Run lint + tests (recommended)
make check

# Just lint
make lint

# Just tests
make test

# Run single test file
uv run pytest tests/test_e2e.py -v

# Run single test
uv run pytest tests/test_e2e.py::TestH100Cluster::test_endpoint_allocation -v

# Auto-fix lint issues
uv run ruff check --fix src/srtctl/
uv run ruff format src/srtctl/
```

## Code Style

- **Python 3.10+** - use modern syntax (`|` unions, `match` statements)
- **Ruff** for linting and formatting (config in `pyproject.toml`)
- **Type hints** everywhere - use `ty` for type checking
- **Frozen dataclasses** for configs (`@dataclass(frozen=True)`)
- **Line length**: 120 characters

## Python Patterns

Follow these patterns when extending the codebase:

- **Frozen dataclasses for config** - Use `@dataclass(frozen=True)` for all configuration objects. Immutability prevents accidental mutation and makes code easier to reason about.
- **Protocol over ABC** - Prefer `typing.Protocol` for interface definitions (see `BackendProtocol`). Enables duck typing without inheritance coupling.
…

Read the whole file at its exact version.

How to install

Latest version
mdr add nvidia/srt-slurm/CLAUDE.md@git:20260923.1231ed4
Exact content
mdr add nvidia/srt-slurm/CLAUDE.md@sha256:762174a0c60c2551

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_pce3qtd3ih44thoo.svg)](https://markdownregistry.com/a/art_pce3qtd3ih44thoo)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260923.1231ed4 latest2026-09-23 1231ed4 38,875 BA view · diff
git:20260923.7f0d2f02026-09-23 7f0d2f0 38,743 BA view · diff
git:20260923.2917b062026-09-23 2917b06 38,555 BA view · diff
git:20260922.712e1742026-09-22 712e174 38,514 BA view · diff
git:20260922.0b10b6a2026-09-22 0b10b6a 38,189 BA view · diff
git:20260922.3cb06d72026-09-22 3cb06d7 36,226 BA view · diff
git:20260919.5df10652026-09-19 5df1065 32,541 BA view · diff
git:20260918.547363c2026-09-18 547363c 23,911 BA view · diff
git:20260916.2f403582026-09-16 2f40358 22,014 BA view · diff
git:20260916.7f4b86c2026-09-16 7f4b86c 21,931 BA view · diff
git:20260916.e81bc602026-09-16 e81bc60 21,184 BA view · diff
git:20260916.62ec7062026-09-16 62ec706 20,870 BA view

Audit of the latest version

A  14 of 14 checks passed. Deterministic, no model, same answer every run.
  • pass: Size between 200 bytes and 200 KB (38875 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

nvidia/srt-slurm · 93 stars · license NOASSERTION · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_pce3qtd3ih44thoo
GET https://markdownregistry.com/api/v1/resolve?ref=nvidia/srt-slurm/CLAUDE.md
GET https://markdownregistry.com/api/v1/blob/762174a0c60c25515c43defef93ed8cbbc31dcfcaf6acee2106aca3413458959

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from nvidia/srt-slurm

AGENTS.md agents
nvidia/srt-slurm · AGENTS.md
git:20251231.cd97c7e · audit B · 93 stars
AGENTS.md@docs agents
nvidia/srt-slurm · docs/AGENTS.md
git:20260923.8f81c98 · audit A · 93 stars
srtctl skill
nvidia/srt-slurm · src/srtctl/skills/SKILL.md · Run srt-slurm (srtctl) inference benchmarks on a Slurm cluster. Use when setting up a checkout, writing or migrating a…
git:20260919.38352da · audit A · 93 stars

Every file in nvidia/srt-slurm

Other files named CLAUDE.md

CLAUDE.md claude
obra/superpowers · CLAUDE.md
git:20260919.5bf4e78 · audit B · 291,204 stars
CLAUDE.md claude
affaan-m/ecc · CLAUDE.md
git:20260528.04c68e4 · audit A · 266,832 stars
CLAUDE.md claude
firecrawl/firecrawl · CLAUDE.md
git:20260615.fe8d358 · audit A · 184,144 stars
CLAUDE.md claude
garrytan/gstack · CLAUDE.md
git:20260924.06ed920 · audit A · 134,082 stars
CLAUDE.md claude
juliusbrussee/caveman · CLAUDE.md
git:20260908.bb1cfc8 · audit B · 107,708 stars
CLAUDE.md claude
addyosmani/agent-skills · CLAUDE.md
git:20260720.8fd2081 · audit A · 98,554 stars
CLAUDE.md claude
nexu-io/open-design · CLAUDE.md
git:20260430.9b57c22 · audit B · 97,933 stars
CLAUDE.md claude
thedotmack/claude-mem · CLAUDE.md
git:20260723.e29d221 · audit A · 94,550 stars

Browse by kind, by grade A, or by owner.