File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 7
7
8
8
# Default owners
9
9
# review when someone opens a pull request and assign appropriate reviewer
10
- * @ quic-rishinr @ ochougul
10
+ * @ quic-rishinr @ ochougul @ quic-hemagnih
11
11
pyproject.toml @ carlstreeter-quic
12
12
Original file line number Diff line number Diff line change @@ -93,7 +93,6 @@ pipeline {
93
93
cd /efficient-transformers &&
94
94
. preflight_qeff/bin/activate &&
95
95
mkdir -p $PWD/Qnn_cli &&
96
- pip install rich &&
97
96
export TOKENIZERS_PARALLELISM=false &&
98
97
export QEFF_HOME=$PWD/Qnn_cli &&
99
98
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
111
cd /efficient-transformers &&
113
112
. preflight_qeff/bin/activate &&
114
- pip install rich &&
115
113
mkdir -p $PWD/Qnn_non_cli &&
116
114
export TOKENIZERS_PARALLELISM=false &&
117
115
export QEFF_HOME=$PWD/Qnn_non_cli &&
You can’t perform that action at this time.
0 commit comments