File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 77
88# Default owners
99# review when someone opens a pull request and assign appropriate reviewer
10- * @ quic-rishinr @ ochougul
10+ * @ quic-rishinr @ ochougul @ quic-hemagnih
1111pyproject.toml @ carlstreeter-quic
1212
Original file line number Diff line number Diff line change @@ -93,7 +93,6 @@ pipeline {
9393 cd /efficient-transformers &&
9494 . preflight_qeff/bin/activate &&
9595 mkdir -p $PWD/Qnn_cli &&
96- pip install rich &&
9796 export TOKENIZERS_PARALLELISM=false &&
9897 export QEFF_HOME=$PWD/Qnn_cli &&
9998 pytest tests -m '(cli and qnn)' --junitxml=tests/tests_log4.xml &&
@@ -111,7 +110,6 @@ pipeline {
111110 source /qnn_sdk/bin/envcheck -c &&
112111 cd /efficient-transformers &&
113112 . preflight_qeff/bin/activate &&
114- pip install rich &&
115113 mkdir -p $PWD/Qnn_non_cli &&
116114 export TOKENIZERS_PARALLELISM=false &&
117115 export QEFF_HOME=$PWD/Qnn_non_cli &&
You can’t perform that action at this time.
0 commit comments