This repository was archived by the owner on Oct 23, 2023. It is now read-only.
Commit 0160a81
Update Podfile.lock for templates
Summary:
The `Podfile.lock` in the templates pins LibTorch-Lite to version `1.11.0`. After the recent upgrade to PyTorch Mobile releases version 1.12, the template `Podfile.lock` need to be updated as well.
The GitHub action that tests the `react-native-template-pytorch-live` template fails for that reasons:
https://github.com/pytorch/live/runs/7134251602?check_suite_focus=true
Updating `Podfile.lock` for both templates to use `LibTorch-Lite` `1.12.0`.
Reviewed By: chrisklaiber, clarksandholtz
Differential Revision: D37557339
fbshipit-source-id: 52963ef1045817ef246055863b1c0f042580ef721 parent df674f6 commit 0160a81
File tree
2 files changed
+222
-222
lines changed- react-native-template-ptl/template/ios
- react-native-template-pytorch-live/template/ios
2 files changed
+222
-222
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
64 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
277 | | - | |
| 277 | + | |
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
| |||
497 | 497 | | |
498 | 498 | | |
499 | 499 | | |
500 | | - | |
| 500 | + | |
501 | 501 | | |
502 | 502 | | |
503 | 503 | | |
| |||
510 | 510 | | |
511 | 511 | | |
512 | 512 | | |
513 | | - | |
| 513 | + | |
514 | 514 | | |
515 | 515 | | |
516 | 516 | | |
| |||
0 commit comments