Skip to content

Commit

Permalink
Make sure the output is shown at the end of the run by sleeping longe…
Browse files Browse the repository at this point in the history
…r -- killing engine really takes time
  • Loading branch information
KuntaiDu committed Nov 18, 2024
1 parent 9e8affc commit d8e79fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/kv_transfer/disagg_prefill_example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ output2=$(curl -s http://localhost:8000/v1/completions \
ps -e | grep pt_main_thread | awk '{print $1}' | xargs kill -9 > /dev/null 2>&1
pkill -f python3 > /dev/null 2>&1

sleep 3
sleep 4

# Print the outputs of the curl requests
echo ""
Expand Down

0 comments on commit d8e79fa

Please sign in to comment.