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 6ec700c commit 1d331abCopy full SHA for 1d331ab
scripts/Jenkinsfile
@@ -93,7 +93,6 @@ pipeline {
93
cd /efficient-transformers &&
94
. preflight_qeff/bin/activate &&
95
mkdir -p $PWD/Qnn_cli &&
96
- pip install rich &&
97
export TOKENIZERS_PARALLELISM=false &&
98
export QEFF_HOME=$PWD/Qnn_cli &&
99
pytest tests -m '(cli and qnn)' --junitxml=tests/tests_log4.xml &&
@@ -111,7 +110,6 @@ pipeline {
111
110
source /qnn_sdk/bin/envcheck -c &&
112
113
114
115
mkdir -p $PWD/Qnn_non_cli &&
116
117
export QEFF_HOME=$PWD/Qnn_non_cli &&
0 commit comments