Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit 512e79d

Browse files
committed
Updated LibTorch with LibTorch-Lite
1 parent f2b9aa1 commit 512e79d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

HelloWorld/HelloWorld/HelloWorld/TorchBridge/TorchModule.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#import "TorchModule.h"
2-
#import <LibTorch/LibTorch.h>
2+
#import <Libtorch-Lite/Libtorch-Lite.h>
33

44
@implementation TorchModule {
55
@protected
14.2 KB
Binary file not shown.

HelloWorld/HelloWorld/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

22
platform :ios, '12.0'
33
target 'HelloWorld' do
4-
pod 'LibTorch', '~> 1.9.0'
4+
pod 'LibTorch-Lite', '~> 1.9.0'
55
end

0 commit comments

Comments
 (0)