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 4f10d97 commit b95c60aCopy full SHA for b95c60a
extension/llm/apple/ExecuTorchLLM/Exported/ExecuTorchLLMMultimodalRunner.mm
@@ -162,10 +162,10 @@ - (BOOL)loadWithError:(NSError**)error {
162
return YES;
163
}
164
165
-- (BOOL)generate:(NSArray<ExecuTorchLLMMultimodalInput *> *)inputs
166
- config:(ExecuTorchLLMConfig *)config
167
-withTokenCallback:(nullable void (^)(NSString *))callback
168
- error:(NSError **)error {
+- (BOOL)generateWithInputs:(NSArray<ExecuTorchLLMMultimodalInput *> *)inputs
+ config:(ExecuTorchLLMConfig *)config
+ tokenCallback:(nullable void (^)(NSString *))callback
+ error:(NSError **)error {
169
if (![self loadWithError:error]) {
170
return NO;
171
0 commit comments