Skip to content

Add retriever fine-tune recipe skill#214

Draft
oliverholworthy wants to merge 1 commit into
oholworthy/rerank-recipe-v1from
oholworthy/rerank-recipe-v1-skills
Draft

Add retriever fine-tune recipe skill#214
oliverholworthy wants to merge 1 commit into
oholworthy/rerank-recipe-v1from
oholworthy/rerank-recipe-v1-skills

Conversation

@oliverholworthy
Copy link
Copy Markdown
Contributor

@oliverholworthy oliverholworthy commented May 22, 2026

Summary

  • Add a combined retriever-finetune-recipe agent skill for Nemotron embedding and reranking recipes.
  • Split family-specific guidance into embed/rerank/evaluation references and move recovery guidance into PITFALLS.md.
  • Expose the same repo-local skill content through a .claude symlink without duplicating files.

Validation

  • quick_validate.py .agents/skills/retriever-finetune-recipe
  • uv run nemotron embed --help
  • uv run nemotron rerank --help
  • uv run nemotron embed finetune -c default -d
  • uv run nemotron rerank finetune -c default -d
  • uv run pytest tests/recipes/embed/test_cli.py tests/nemo_runspec/test_execution_uv_spec.py -q

Notes

  • Distribution through Python wheels is intentionally left out until there is a proven skill-install/discovery strategy for pip-installed packages.
  • Rerank torch-specific checks should be run in the GPU/Automodel environment before marking the PR ready.

Signed-off-by: Oliver Holworthy <1216955+oliverholworthy@users.noreply.github.com>
@oliverholworthy oliverholworthy force-pushed the oholworthy/rerank-recipe-v1-skills branch from 8a641f9 to 58d50a5 Compare May 22, 2026 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant