Skip to content

Commit 83d92ff

Browse files
authored
Fix typo in runner interface.
Differential Revision: D62222658 Pull Request resolved: #5104
1 parent 3d4904b commit 83d92ff

File tree

1 file changed

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

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ NS_SWIFT_NAME(Runner)
2424
sequenceLength:(NSInteger)seq_len
2525
withTokenCallback:(nullable void (^)(NSString*))callback
2626
error:(NSError**)error;
27-
- (BOOL)generate:(NSArray<UIImage*>*)images
28-
prompt:(NSString*)prompt
29-
sequenceLength:(NSInteger)seq_len
30-
withTokenCallback:(nullable void (^)(NSString*))callback
31-
error:(NSError**)error;
3227
- (void)stop;
3328

3429
+ (instancetype)new NS_UNAVAILABLE;

0 commit comments

Comments
 (0)