Skip to content

Commit 27fa76c

Browse files
committed
add echo log
1 parent 9b2c8b5 commit 27fa76c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vllm/demo/run_vllm_serving.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ check_and_prepare_model() {
179179
git lfs ls-files >&2
180180

181181
# 拉取大文件(带进度条)
182+
echo -e "\e[32m正在下载模型,请耐心等待...\e[0m" >&2
182183
git lfs pull >&2
183184
if [ $? -ne 0 ]; then
184185
echo "Error: git lfs pull failed." >&2

0 commit comments

Comments
 (0)