Skip to content

Commit 3ff66eb

Browse files
authored
Merge branch 'main' into add_peft_yaml_path
2 parents 48061ee + 1d331ab commit 3ff66eb

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Diff for: .github/CODEOWNERS

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
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
1111
pyproject.toml @carlstreeter-quic
1212

Diff for: scripts/Jenkinsfile

-2
Original file line numberDiff line numberDiff 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 &&

0 commit comments

Comments
 (0)