File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
backends/openvino/scripts Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -315,7 +315,7 @@ jobs:
315315 bash examples/models/moshi/mimi/install_requirements.sh
316316
317317 # reinstall executorch
318- bash ./install_executorch.sh
318+ bash ./install_executorch.sh --minimal
319319
320320 # run python unittest
321321 python -m unittest examples.models.moshi.mimi.test_mimi
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ main() {
5252 export CMAKE_BUILD_ARGS=" --target openvino_backend"
5353
5454 # Build the package
55- ./install_executorch.sh
55+ ./install_executorch.sh --minimal
5656
5757 # Install torchao
5858 pip install third-party/ao
Original file line number Diff line number Diff line change @@ -174,6 +174,10 @@ def install_optional_example_requirements(use_pytorch_nightly):
174174 "install" ,
175175 "-r" ,
176176 "requirements-examples.txt" ,
177+ "--extra-index-url" ,
178+ TORCH_NIGHTLY_URL ,
179+ "--upgrade-strategy" ,
180+ "only-if-needed" ,
177181 ],
178182 check = True ,
179183 )
You can’t perform that action at this time.
0 commit comments