Skip to content

Commit

Permalink
Eval the command string from XPK for GPU script
Browse files Browse the repository at this point in the history
  • Loading branch information
michelle-yooh committed May 13, 2024
1 parent 4f3a0d3 commit 4f526a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpu_multi_process_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ resolve_coordinator_ip
set -e

PIDS=()
${COMMAND} &
eval ${COMMAND} &
PID=$!
PIDS+=($PID)

Expand Down

0 comments on commit 4f526a8

Please sign in to comment.