Skip to content

Commit 9b02a8d

Browse files
shoumikhinfacebook-github-bot
authored andcommitted
Fix typo in runner interface.
Summary: . Differential Revision: D62222658
1 parent b8a2cbd commit 9b02a8d

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)