Skip to content

Commit cbf41c4

Browse files
committed
fix script of vllm demo script
1 parent 7a9405a commit cbf41c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vllm/demo/run_server_ds_r1_dstl_qw1.5b.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
set -e
33

44
# 定义路径和参数
5+
CURRENT_DIR=$(pwd)
56
MODEL_DIR="/data/mtt/models"
67
CONVERTED_MODEL_DIR="/data/mtt/models_convert"
78
MODEL_NAME="DeepSeek-R1-Distill-Qwen-1.5B"
@@ -24,7 +25,7 @@ else
2425
echo "模型下载完成。"
2526
fi
2627

27-
cd ..
28+
cd "${CURRENT_DIR}/.."
2829
./convert_weight.sh "$MODEL_DIR/$MODEL_NAME" 1
2930

3031
python -m vllm.entrypoints.openai.api_server \

0 commit comments

Comments
 (0)