Skip to content

Commit 9ec3fc3

Browse files
authored
Update LLaMARunner.mm
1 parent 88f6b99 commit 9ec3fc3

File tree

1 file changed

+4
-0
lines changed
  • examples/demo-apps/apple_ios/LLaMA/LLaMARunner/LLaMARunner/Exported

1 file changed

+4
-0
lines changed

examples/demo-apps/apple_ios/LLaMA/LLaMARunner/LLaMARunner/Exported/LLaMARunner.mm

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@
99
#import "LLaMARunner.h"
1010

1111
#import <ExecuTorch/ExecuTorchLog.h>
12+
#if BUILD_WITH_XCODE
13+
#import "ExecuTorchTextLLMRunner.h"
14+
#else
1215
#import <ExecuTorchLLM/ExecuTorchLLM.h>
16+
#endif
1317
#import <executorch/examples/models/llama/tokenizer/llama_tiktoken.h>
1418

1519
@interface LLaMARunner ()<ExecuTorchLogSink>

0 commit comments

Comments
 (0)