Skip to content

Commit

Permalink
remove redundancy in run-router.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sitloboi2012 committed Feb 13, 2025
1 parent 10f15d3 commit c355195
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/vllm_router/run-router.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ if [[ $# -ne 1 ]]; then
exit 1
fi

<<<<<<< HEAD
# Use this command when testing with k8s service discovery
# python3 -m vllm_router.router --port "$1" \
# --service-discovery k8s \
Expand All @@ -14,16 +13,6 @@ fi
# --session-key "x-user-id" \
# --engine-stats-interval 10 \
# --log-stats
=======
python3 vllm_router/router.py --port "$1" \
--service-discovery k8s \
--k8s-label-selector release=test \
--k8s-namespace default \
--routing-logic session \
--session-key "x-user-id" \
--engine-stats-interval 10 \
--log-stats
>>>>>>> 694f804 (update the router and vllm-dashboard to align with the reference from @YuhanLiu11)

# Use this command when testing with static service discovery
python3 -m vllm_router.router --port "$1" \
Expand Down

0 comments on commit c355195

Please sign in to comment.