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:
315
315
bash examples/models/moshi/mimi/install_requirements.sh
316
316
317
317
# reinstall executorch
318
- bash ./install_executorch.sh
318
+ bash ./install_executorch.sh --minimal
319
319
320
320
# run python unittest
321
321
python -m unittest examples.models.moshi.mimi.test_mimi
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ main() {
52
52
export CMAKE_BUILD_ARGS=" --target openvino_backend"
53
53
54
54
# Build the package
55
- ./install_executorch.sh
55
+ ./install_executorch.sh --minimal
56
56
57
57
# Install torchao
58
58
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):
174
174
"install" ,
175
175
"-r" ,
176
176
"requirements-examples.txt" ,
177
+ "--extra-index-url" ,
178
+ TORCH_NIGHTLY_URL ,
179
+ "--upgrade-strategy" ,
180
+ "only-if-needed" ,
177
181
],
178
182
check = True ,
179
183
)
You can’t perform that action at this time.
0 commit comments