We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0bd945 commit 3053726Copy full SHA for 3053726
examples/run_pretrain.sh
@@ -79,6 +79,7 @@ PRIMUS_PATH=$(realpath "$(dirname "$0")/..")
79
export DATA_PATH=${DATA_PATH:-"${PRIMUS_PATH}/data"}
80
export HF_HOME=${HF_HOME:-"${DATA_PATH}/huggingface"}
81
82
+LOG_INFO_RANK0 "Pip installing required packages ..."
83
pip install -r "$PRIMUS_PATH/requirements.txt" --quiet
84
85
# -------------------- EXP Check --------------------
0 commit comments