Commit 50ffe44
authored
Update install_requirements.py to include TORCH_NIGHTLY_URL for requirement-examples.txt (#13110)
For failing mosh test,
https://hud.pytorch.org/hud/pytorch/executorch/main/1?per_page=50&name_filter=test-moshi-linux&mergeEphemeralLF=true
First, ./install_executorch.sh correctly installs PyTorch nightly:
Successfully installed torch-2.9.0.dev20250725+cpu
Then processes requirements-examples.txt which contains timm==1.0.7
When installing timm, pip detects a dependency conflict and downgrades
PyTorch to 2.4.1
Let's try adding --extra-index-url1 parent c99d2d5 commit 50ffe44
File tree
3 files changed
+6
-2
lines changed- .github/workflows
- backends/openvino/scripts
3 files changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
318 | | - | |
| 318 | + | |
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
177 | 181 | | |
178 | 182 | | |
179 | 183 | | |
| |||
0 commit comments