Add Claude Code skill for Search-R1 Ubuntu 22.04 setup#178
Open
asvskartheek wants to merge 1 commit intoPeterGriffinJin:mainfrom
Open
Add Claude Code skill for Search-R1 Ubuntu 22.04 setup#178asvskartheek wants to merge 1 commit intoPeterGriffinJin:mainfrom
asvskartheek wants to merge 1 commit intoPeterGriffinJin:mainfrom
Conversation
Adds a reusable Claude Code skill that automates the full Search-R1 environment setup on Ubuntu 22.04, including Miniconda installation, searchr1 (Python 3.9) and retriever (Python 3.10) conda environments, and all known workarounds (flash-attn cross-device link, CUDA_HOME, ToS). Co-Authored-By: Kartheek Akella <sukruthkartheek@gmail.com> Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.claude/skills/setup-search-r1-ubuntu-22.04/) that automates the full Search-R1 environment setup on a fresh Ubuntu 22.04 machine with an NVIDIA GPUsearchr1(Python 3.9) andretriever(Python 3.10) conda environments exactly as documented in the READMECUDA_HOME, Anaconda ToS prompt)What the skill does
searchr1env — torch 2.4.0+cu121, vllm 0.6.3, verl (editable), flash-attn 2.8.3, wandbretrieverenv — torch 2.4.0 (conda), transformers, datasets, pyserini, faiss-gpu 1.8.0, uvicorn, fastapiTest plan
/setup-search-r1-ubuntu-22.04skill in a fresh Ubuntu 22.04 container with an NVIDIA GPU🤖 Generated with Claude Code