Skip to content

Commit

Permalink
update modelscope-server setting (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzhangpurdue authored Jun 28, 2024
1 parent f6a658c commit df4f4cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/run_assistant_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ if [ "$MODEL_DIR" != "" ]; then
python -m vllm.entrypoints.openai.api_server $ALL_ARGS & SERVER_1_PID=$!
export MODEL_SERVER=vllm-server
export OPENAI_API_BASE=http://localhost:8000/v1
export VLLM_USE_MODELSCOPE=false
echo "Model server: $MODEL_SERVER"
echo "OPENAI_API_BASE: $OPENAI_API_BASE"

Expand Down

0 comments on commit df4f4cb

Please sign in to comment.