Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions pd_xpyd/1p_start_prefill.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ if [ "$2" == "master" ] || [ -z "$1" ] || [ "$1" == "g10" ] || [ "$1" == "pcie4"
echo "source "$BASH_DIR"/start_etcd_mooncake_master.sh"
fi

sleep 20

export MOONCAKE_CONFIG_PATH="$BASH_DIR"/mooncake_${1:-g10}.json

echo "Using Mooncake config: $MOONCAKE_CONFIG_PATH"
Expand Down
3 changes: 3 additions & 0 deletions pd_xpyd/2d_start_decode_head.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#set -x

sleep 30

BASH_DIR=$(dirname "${BASH_SOURCE[0]}")
source "$BASH_DIR"/dp_d_env.sh

Expand Down
3 changes: 3 additions & 0 deletions pd_xpyd/2d_start_decode_node.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#set -x

sleep 30

BASH_DIR=$(dirname "${BASH_SOURCE[0]}")
source "$BASH_DIR"/dp_d_env.sh

Expand Down
2 changes: 2 additions & 0 deletions pd_xpyd/2p_start_prefill_head.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ if [ -z "$1" ] || [ "$1" == "g10" ]; then
echo "source "$BASH_DIR"/start_etcd_mooncake_master.sh"
fi

sleep 20

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
export MOONCAKE_CONFIG_PATH="$BASH_DIR"/mooncake_${1:-g10}.json

Expand Down
3 changes: 3 additions & 0 deletions pd_xpyd/2p_start_prefill_node.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#set -x

sleep 20

BASH_DIR=$(dirname "${BASH_SOURCE[0]}")

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
Expand Down
Loading
Loading