Skip to content

Commit 3cfe27a

Browse files
authored
Merge pull request #47 from purdue-aalp/vllm_add_examples
Vllm add examples
2 parents 8f8a1c6 + 9078ea8 commit 3cfe27a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,6 @@ vllm:
486486
mkdir -p $(BINDIR)/$(BINSUBDIR)/vllm
487487
cp cuda/vllm/install_vllm.sh $(BINDIR)/$(BINSUBDIR)/vllm
488488
cd $(BINDIR)/$(BINSUBDIR)/vllm && sh ./install_vllm.sh | tee $(BINDIR)/$(BINSUBDIR)/vllm/vllm_install.log
489-
cd $(BINDIR)/$(BINSUBDIR)/vllm && rm install_vllm.sh
490489

491490

492491
mlperf_training:

src/cuda/vllm/install_vllm.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ if [ ! -d "$VLLM_REPO_DIR" ]; then
2626
# Initialize sparse-checkout and set to only checkout 'benchmark' directory
2727
git sparse-checkout init --cone
2828
git sparse-checkout set benchmarks
29+
git sparse-checkout set examples
2930
else
3031
echo "[=] Repo '$VLLM_REPO_DIR' already exists, skipping clone"
3132
fi

0 commit comments

Comments
 (0)