Skip to content

Commit

Permalink
Update startServer.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
seokho-son authored May 2, 2024
1 parent b3ce856 commit 9d54407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/usecases/llm/startServer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ fi

# Step 4: Run the Python script in the background using nohup and virtual environment's python
echo "[$SERVICE_NAME] Starting LLM service in the background..."
nohup $VENV_PATH/bin/python $SOURCE_FILE --ip "$IP" --port "$PORT" --model "$MODEL" --token "$TOKEN" > $LOG_FILE 2>&1 &
nohup $VENV_PATH/bin/python $SOURCE_FILE --port "$PORT" --model "$MODEL" --token "$TOKEN" > $LOG_FILE 2>&1 &
# Sleep for 20 seconds to allow the service to start
sleep 20

Expand Down

0 comments on commit 9d54407

Please sign in to comment.