Skip to content

Commit e76e2cc

Browse files
chmjkbmsluszniak
andauthored
Update packages/react-native-executorch/common/rnexecutorch/models/llm/LLM.cpp
Co-authored-by: Mateusz Sluszniak <56299341+msluszniak@users.noreply.github.com>
1 parent aeac249 commit e76e2cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/react-native-executorch/common/rnexecutorch/models/llm

packages/react-native-executorch/common/rnexecutorch/models/llm/LLM.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ int32_t LLM::countTextTokens(std::string text) const {
200200

201201
size_t LLM::getMemoryLowerBound() const noexcept {
202202
return memorySizeLowerBound;
203-
};
203+
}
204204

205205
void LLM::setCountInterval(size_t countInterval) {
206206
if (!runner_ || !runner_->is_loaded()) {

0 commit comments

Comments
 (0)