Skip to content

Commit 42504e6

Browse files
committed
Update base for Update on "Build optimized operators lib with -fexceptions"
It should be permissible for this library to use exceptions, since it is not required to supported embedded systems. TODO: presumably we need to manage rollout of the torchgen patch? Differential Revision: [D67904052](https://our.internmc.facebook.com/intern/diff/D67904052/) [ghstack-poisoned]
1 parent 84d2996 commit 42504e6

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

.github/workflows/pull.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,6 @@ jobs:
199199
200200
PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh "cmake"
201201
202-
# install pybind
203-
bash install_requirements.sh --pybind xnnpack
204-
205202
# install Llava requirements
206203
bash examples/models/llama/install_requirements.sh
207204
bash examples/models/llava/install_requirements.sh
@@ -413,9 +410,6 @@ jobs:
413410
414411
PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh "cmake"
415412
416-
# install pybind
417-
bash install_requirements.sh --pybind xnnpack
418-
419413
# install phi-3-mini requirements
420414
bash examples/models/phi-3-mini/install_requirements.sh
421415
@@ -440,9 +434,6 @@ jobs:
440434
441435
PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh "cmake"
442436
443-
# install pybind
444-
bash install_requirements.sh --pybind xnnpack
445-
446437
# install llama requirements
447438
bash examples/models/llama/install_requirements.sh
448439
@@ -467,10 +458,6 @@ jobs:
467458
468459
PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh "cmake"
469460
470-
# install pybind
471-
bash install_requirements.sh --pybind xnnpack
472-
473-
# install llama requirements
474461
bash examples/models/llama/install_requirements.sh
475462
476463
# run eval_llama mmlu task
@@ -494,9 +481,6 @@ jobs:
494481
495482
PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh "cmake"
496483
497-
# install pybind
498-
bash install_requirements.sh --pybind xnnpack
499-
500484
# install llama requirements
501485
bash examples/models/llama/install_requirements.sh
502486

.github/workflows/trunk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
conda activate "${CONDA_ENV}"
145145
146146
source .ci/scripts/utils.sh
147-
install_executorch
147+
install_executorch "use-pt-pinned-commit"
148148
149149
.ci/scripts/setup-arm-baremetal-tools.sh
150150
@@ -171,7 +171,7 @@ jobs:
171171
conda activate "${CONDA_ENV}"
172172
173173
source .ci/scripts/utils.sh
174-
install_executorch
174+
install_executorch "use-pt-pinned-commit"
175175
176176
.ci/scripts/setup-arm-baremetal-tools.sh
177177

0 commit comments

Comments
 (0)