We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88f6b99 commit 9ec3fc3Copy full SHA for 9ec3fc3
examples/demo-apps/apple_ios/LLaMA/LLaMARunner/LLaMARunner/Exported/LLaMARunner.mm
@@ -9,7 +9,11 @@
9
#import "LLaMARunner.h"
10
11
#import <ExecuTorch/ExecuTorchLog.h>
12
+#if BUILD_WITH_XCODE
13
+#import "ExecuTorchTextLLMRunner.h"
14
+#else
15
#import <ExecuTorchLLM/ExecuTorchLLM.h>
16
+#endif
17
#import <executorch/examples/models/llama/tokenizer/llama_tiktoken.h>
18
19
@interface LLaMARunner ()<ExecuTorchLogSink>
0 commit comments