Skip to content

Commit

Permalink
typo correction aws_ecs_benchmarks_cdn_gpu.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dramarereg authored Nov 22, 2024
1 parent 1e54cc3 commit ef48025
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/benchmark_scripts/aws_ecs_benchmarks_cdn_gpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ EOF
sleep 30

# start leaders need to run on GPU FIRST
# and WAIT for enough time till it registerred at orchestrator
# and WAIT for enough time till it registered at orchestrator
# make sure you're able to access the remote nvidia gpu server
echo -e "\e[35mGoing to start leaders on remote gpu server $REMOTE_GPU_HOST\e[0m"

Expand Down Expand Up @@ -165,4 +165,4 @@ done
# shut down all related threads
echo -e "\e[35mGoing to stop cdn-marshal\e[0m"
killall -9 cdn-marshal
# for pid in $(ps -ef | grep "keydb-server" | awk '{print $2}'); do sudo kill -9 $pid; done
# for pid in $(ps -ef | grep "keydb-server" | awk '{print $2}'); do sudo kill -9 $pid; done

0 comments on commit ef48025

Please sign in to comment.