You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# total_train_steps indicates the cumulative number of training steps completed across all epochs.
152
+
# When resuming fine-tuning from previously saved checkpoints, total_train_steps indicates the total number of steps trained across the earlier session and the ongoing one.
Copy file name to clipboardExpand all lines: scripts/Jenkinsfile
+39-30Lines changed: 39 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ pipeline {
59
59
mkdir -p $PWD/Non_qaic &&
60
60
export TOKENIZERS_PARALLELISM=false &&
61
61
export QEFF_HOME=$PWD/Non_qaic &&
62
-
pytest tests -m '(not cli) and (on_qaic) and (not multimodal) and (not qnn) and (not finetune)' --ignore tests/vllm -n 4 --junitxml=tests/tests_log2.xml &&
62
+
pytest tests -m '(not cli) and (on_qaic) and (not nightly) and (not multimodal) and (not qnn) and (not finetune)' --ignore tests/vllm -n 4 --junitxml=tests/tests_log2.xml &&
pytest tests -m '(not cli) and (qnn) and (on_qaic) and (not multimodal) and (not finetune)' --ignore tests/vllm --junitxml=tests/tests_log5.xml &&
138
+
pytest tests -m '(not cli) and (qnn) and (not nightly) and (on_qaic) and (not multimodal) and (not finetune)' --ignore tests/vllm -n 4 --junitxml=tests/tests_log5.xml &&
0 commit comments