hermes-agent/optional-skills/mlops
teknium1 1c646499b6 fix(skills): sync mlops training/model-infra skills to current APIs
Seven optional mlops training skills had stale APIs, config paths, image locations, and requirement pins. Verified against upstream and corrected:

- torchtitan: removed TOML train_configs paths (replaced upstream by config registry)
- trl-fine-tuning: PPO removed from TRL 1.x -> GRPO/RLOO; SFTTrainer tokenizer= -> processing_class
- flash-attention: torch.backends.cuda.sdp_kernel (deprecated) -> torch.nn.attention.sdpa_kernel; corrected false FA3/FP8-in-pip claim (FA2 only)
- accelerate: DeepSpeedPlugin instance not raw dict; --config_file expects accelerate YAML; auto_wrap_policy -> transformer_based_wrap
- saelens: v6 nested training config (sae=/logger=); from_pretrained tuple -> from_pretrained_with_cfg_and_sparsity
- tensorrt-llm: Docker Hub image 404 -> NGC nvcr.io; rc pin -> GA; CUDA req updated
- nemo-curator: pip extras renamed; repo moved to NVIDIA-NeMo/Curator; 1.x pipeline rewrite noted
2026-07-24 08:18:05 -07:00
..
accelerate fix(skills): sync mlops training/model-infra skills to current APIs 2026-07-24 08:18:05 -07:00
chroma
…
clip
…
faiss
…
flash-attention fix(skills): sync mlops training/model-infra skills to current APIs 2026-07-24 08:18:05 -07:00
guidance fix(skills): sync mlops structured-output/vectordb skills to current APIs 2026-07-24 08:18:01 -07:00
huggingface-tokenizers
…
inference/outlines fix(skills): sync mlops structured-output/vectordb skills to current APIs 2026-07-24 08:18:01 -07:00
instructor
…
lambda-labs
…
llava
…
modal fix(skills): sync mlops structured-output/vectordb skills to current APIs 2026-07-24 08:18:01 -07:00
models/segment-anything-model
…
nemo-curator fix(skills): sync mlops training/model-infra skills to current APIs 2026-07-24 08:18:05 -07:00
obliteratus
…
peft
…
pinecone fix(skills): sync mlops structured-output/vectordb skills to current APIs 2026-07-24 08:18:01 -07:00
pytorch-fsdp
…
pytorch-lightning
…
qdrant fix(skills): sync mlops structured-output/vectordb skills to current APIs 2026-07-24 08:18:01 -07:00
research
…
saelens fix(skills): sync mlops training/model-infra skills to current APIs 2026-07-24 08:18:05 -07:00
simpo
…
slime
…
stable-diffusion
…
tensorrt-llm fix(skills): sync mlops training/model-infra skills to current APIs 2026-07-24 08:18:05 -07:00
torchtitan fix(skills): sync mlops training/model-infra skills to current APIs 2026-07-24 08:18:05 -07:00
training fix(skills): sync mlops training/model-infra skills to current APIs 2026-07-24 08:18:05 -07:00
whisper
…