Commit 3f96a6a
committed
chore(skills): redact NVIDIA-internal references in vendored skills
Surfaced by an internal-keyword scan over .agents/skills/. All four
findings replaced with vendor-neutral wording:
- launching-evals/SKILL.md: replace concrete Slurm account names
(coreai_dlalgo_compeval / coreai_dlalgo_llm) used as the "PPP -> X"
rename example with placeholders <old_account> / <new_account>.
- launching-evals/SKILL.md: generalise the HF cache path from
/lustre/fsw/portfolios/coreai/users/<username>/cache/huggingface to
HF_HOME=<your_hf_cache_path>, with a parenthetical note that lustre-
style HPC clusters typically organise this under
/lustre/.../<group>/users/<username>/...
- launching-evals/references/debug-failed-runs.md: rephrase the
"Drop ':5005' from GitLab container registry URLs" advice (port 5005
is the standard port for an on-prem GitLab container registry; the
raw advice only made sense in that context) to a vendor-neutral
"If the image is on an on-prem GitLab registry, drop the registry
port suffix (e.g. ':5005') from the URL." Applied at both occurrences.
- common/slurm-setup.md: change the enroot/pyxis "Typical clusters"
cell from "NVIDIA internal (DGX Cloud, EOS, Selene, GCP-NRT)" to
"HPC clusters with container runtime (e.g. DGX Cloud and similar
Slurm + container setups)" -- removes internal cluster codenames
(EOS, Selene, GCP-NRT) and the "NVIDIA internal" label.
Caveat: the three launching-evals/* files are vendored verbatim from
NVIDIA-NeMo/Evaluator (per the provenance header injected by
.agents/scripts/sync-upstream-skills.sh). The next sync will overwrite
them. Follow-ups: (1) upstream MR against NVIDIA-NeMo/Evaluator, and/or
(2) add a redaction post-process to sync-upstream-skills.sh so the
scrub survives re-syncs.
Signed-off-by: Seonghee Lee <seongheel@nvidia.com>
Made-with: Cursor1 parent 347906f commit 3f96a6a
3 files changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
| 218 | + | |
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
0 commit comments