Skip to content

Commit 3053726

Browse files
committed
feat(example): add log before pip install in run_pretrain.sh
1 parent a0bd945 commit 3053726

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/run_pretrain.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ PRIMUS_PATH=$(realpath "$(dirname "$0")/..")
7979
export DATA_PATH=${DATA_PATH:-"${PRIMUS_PATH}/data"}
8080
export HF_HOME=${HF_HOME:-"${DATA_PATH}/huggingface"}
8181

82+
LOG_INFO_RANK0 "Pip installing required packages ..."
8283
pip install -r "$PRIMUS_PATH/requirements.txt" --quiet
8384

8485
# -------------------- EXP Check --------------------

0 commit comments

Comments
 (0)