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 f90ef0e commit e9db279Copy full SHA for e9db279
scripts/Jenkinsfile
@@ -75,9 +75,9 @@ pipeline {
75
sudo docker exec ${BUILD_TAG} bash -c "
76
cd /efficient-transformers &&
77
. preflight_qeff/bin/activate &&
78
- mkdir -p $PWD/Non_cli_qaic_finetuning &&
+ mkdir -p $PWD/cli_qaic_finetuning &&
79
export TOKENIZERS_PARALLELISM=false &&
80
- export QEFF_HOME=$PWD/Non_cli_qaic_finetuning &&
+ export QEFF_HOME=$PWD/cli_qaic_finetuning &&
81
pytest tests -m '(cli) and (on_qaic) and (not qnn) and (finetune)' --ignore tests/vllm -n 4 --junitxml=tests/tests_log_finetune.xml &&
82
junitparser merge tests/tests_log_finetune.xml tests/tests_log.xml &&
83
deactivate"
0 commit comments