Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit 0160a81

Browse files
raedlefacebook-github-bot
authored andcommitted
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: 52963ef1045817ef246055863b1c0f042580ef72
1 parent df674f6 commit 0160a81

File tree

2 files changed

+222
-222
lines changed

2 files changed

+222
-222
lines changed

react-native-template-ptl/template/ios/Podfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ PODS:
5959
- glog (0.3.5)
6060
- hermes-engine (0.7.2)
6161
- libevent (2.1.12)
62-
- LibTorch-Lite (1.11.0):
63-
- LibTorch-Lite/Core (= 1.11.0)
64-
- LibTorch-Lite/Core (1.11.0):
62+
- LibTorch-Lite (1.12.0):
63+
- LibTorch-Lite/Core (= 1.12.0)
64+
- LibTorch-Lite/Core (1.12.0):
6565
- LibTorch-Lite/Torch
66-
- LibTorch-Lite/Torch (1.11.0)
66+
- LibTorch-Lite/Torch (1.12.0)
6767
- OpenSSL-Universal (1.1.180)
6868
- RCT-Folly (2020.01.13.00):
6969
- boost-for-react-native
@@ -274,7 +274,7 @@ PODS:
274274
- React-perflogger (= 0.64.3)
275275
- React-jsinspector (0.64.3)
276276
- react-native-pytorch-core (0.0.0):
277-
- LibTorch-Lite (~> 1.11.0)
277+
- LibTorch-Lite (~> 1.12.0)
278278
- React
279279
- React-callinvoker
280280
- React-Core
@@ -497,7 +497,7 @@ SPEC CHECKSUMS:
497497
glog: 73c2498ac6884b13ede40eda8228cb1eee9d9d62
498498
hermes-engine: 7d97ba46a1e29bacf3e3c61ecb2804a5ddd02d4f
499499
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
500-
LibTorch-Lite: 14eb78f01cb0c9b5caaaf98c05c3faa1810cbca5
500+
LibTorch-Lite: c2210be0ed41c3a7f972c82715663a44d35ad97c
501501
OpenSSL-Universal: 1aa4f6a6ee7256b83db99ec1ccdaa80d10f9af9b
502502
RCT-Folly: ec7a233ccc97cc556cf7237f0db1ff65b986f27c
503503
RCTRequired: d34bf57e17cb6e3b2681f4809b13843c021feb6c
@@ -510,7 +510,7 @@ SPEC CHECKSUMS:
510510
React-jsi: a8b09c29521c798f1783348b37b511ba7b3dbeb3
511511
React-jsiexecutor: df6abc9fafbecb8e5b7a5fbc5e6d4bd017d594d5
512512
React-jsinspector: 34e23860273a23695342f58eed3ffd3ba10c31e0
513-
react-native-pytorch-core: 0460984d4456ec05d86c0c08858a9e8d7bfcfbaf
513+
react-native-pytorch-core: acc1cc854d0978e9e298548e7609c3fc4adbb8d7
514514
React-perflogger: cc76a4254d19640f1d8ad1c66fdee800414b805c
515515
React-RCTActionSheet: 7448f049318d8d7e8a9a1ebb742ada721757eea8
516516
React-RCTAnimation: fb9b3fa1a4a9f5e6ab01b3368693ce69860ba76a

0 commit comments

Comments
 (0)