Skip to content

Commit baa5df6

Browse files
committed
chore: help command for the makefile rollback
Signed-off-by: yuluo-yx <[email protected]>
1 parent 4fbee46 commit baa5df6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tools/make/common.mk

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ endef
3737
## help: Show this help info.
3838
.PHONY: help
3939
help:
40+
<<<<<<< Updated upstream
4041
@echo "\033[1;3;34mIntelligent Mixture-of-Models Router for Efficient LLM Inference.\033[0m\n"
4142
@echo "Available targets:"
4243
@echo " Build targets:"
@@ -99,3 +100,9 @@ help:
99100
@echo " make start-milvus # Use Docker (default)"
100101
@echo " CONTAINER_RUNTIME=podman make start-milvus # Use Podman"
101102
@echo " CONFIG_FILE=custom.yaml make run-router # Use custom config"
103+
=======
104+
help: ## Show help info.
105+
@echo "\033[1;3;34mVllm semantic-router: Intelligent Mixture-of-Models Router for Efficient LLM Inference.\033[0m\n"
106+
@echo "Usage:\n make \033[36m<Target>\033[0m \033[36m<Option>\033[0m\n\nTargets:"
107+
@awk 'BEGIN {FS = ":.*##"; printf ""} /^[a-zA-Z_0-9-]+:.*?##/ { printf " \033[36m%-15s\033[0m %s\n", $$1, $$2 } /^##@/ { printf "\n\033[1m%s\033[0m\n", substr($$0, 5) } ' $(MAKEFILE_LIST)
108+
>>>>>>> Stashed changes

0 commit comments

Comments
 (0)