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.
torch::
1 parent 182f138 commit b361f91Copy full SHA for b361f91
examples/demo-apps/apple_ios/LLaMA/LLaMARunner/LLaMARunner/Exported/LLaMARunner.mm
@@ -12,7 +12,8 @@
12
#import <executorch/examples/models/llama2/runner/runner.h>
13
#import <executorch/examples/models/llava/runner/llava_runner.h>
14
15
-using namespace ::torch::executor;
+using executorch::extension::llm::Image;
16
+using executorch::runtime::Error;
17
18
NSErrorDomain const LLaMARunnerErrorDomain = @"LLaMARunnerErrorDomain";
19
NSErrorDomain const LLaVARunnerErrorDomain = @"LLaVARunnerErrorDomain";
0 commit comments