Brev Etiquette
Operate as though
/home/ubuntu/RL
is the source checkout and
/ephemeral
is the working storage for generated experiment state. Keep the repo small, reproducible, and easy to inspect. Move bulky run outputs to
/ephemeral
before launching anything expensive.
Storage Rules
Keep code edits, small config changes, committed experiment hypotheses, and concise reproducibility records under
/home/ubuntu/RL
.
Put generated experiment assets under
/ephemeral
, including checkpoints, run logs, Ray temp directories, W&B offline files, profiler traces, evaluation dumps, rollout samples, and per-experiment artifacts.
Keep reusable caches under one shared
/ephemeral
cache root per user, not under each experiment. This includes Hugging Face models, dataset caches, PyTorch caches, Triton caches,
uv
caches, and pip caches.
Before a campaign or long run, check capacity with
df -h /home/ubuntu/RL /ephemeral
and avoid starting if
/ephemeral
is missing or nearly full.
Create a campaign root such as
/ephemeral/nemo-rl/${USER:-ubuntu}/nemo-rl-auto-research/
nemo-rl-brev-etiquette
安装
npx skills add https://github.com/nvidia/skills --skill nemo-rl-brev-etiquette