File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff 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
492491mlperf_training :
Original file line number Diff line number Diff 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
2930else
3031 echo " [=] Repo '$VLLM_REPO_DIR ' already exists, skipping clone"
3132fi
You can’t perform that action at this time.
0 commit comments