You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ Shared infrastructure: `health_check.py` (GPU/NIC/storage health checks via NVML
98
98
## Repository Root
99
99
100
100
### `services/`
101
-
Standalone services at the **repository root** (`services/`, not inside `src/nvidia_resiliency_ext/`): `nvrx_attrsvc/` (FastAPI server for LLM log analysis), `nvrx_smonsvc/` (SLURM job monitor).
101
+
Deployment assets for standalone services: `attrsvc/` (FastAPI server for LLM log analysis), `smonsvc/` (SLURM job monitor), and shared scripts. Python service packages live under `src/nvidia_resiliency_ext/services/`.
|**Docs**|[`src/nvidia_resiliency_ext/attribution/ARCHITECTURE.md`](../../src/nvidia_resiliency_ext/attribution/ARCHITECTURE.md), [`README.md`](../../src/nvidia_resiliency_ext/attribution/README.md)| This file, [`ATTRSVC_SPEC.md`](ATTRSVC_SPEC.md)|
@@ -238,7 +238,7 @@ For combined deployment with monitor, see `../scripts/nvrx_services.sbatch`
0 commit comments