Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions build_conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ if [ ! -d "$BASE_DIR/slime" ]; then
export SLIME_DIR=$BASE_DIR/slime
pip install -e .
else
export SLIME_DIR=$BASE_DIR/
export SLIME_DIR=$BASE_DIR/slime
cd $SLIME_DIR
pip install -e .
fi

Expand All @@ -80,4 +81,4 @@ pip install "numpy<2"
cd $BASE_DIR/sglang
git apply $SLIME_DIR/docker/patch/v0.5.9/sglang.patch
cd $BASE_DIR/Megatron-LM
git apply $SLIME_DIR/docker/patch/v0.5.9/megatron.patch
git apply $SLIME_DIR/docker/patch/v0.5.9/megatron.patch