Skip to content

Commit f582259

Browse files
committed
Add return error::ok
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
1 parent 478f1e2 commit f582259

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/models/llava/runner/llava_runner.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ Error LlavaRunner::generate_from_pos(
117117
if (stats_callback) {
118118
stats_callback(stats_);
119119
}
120+
return Error::Ok;
120121
}
121122

122123
Error LlavaRunner::generate(

0 commit comments

Comments
 (0)