Skip to content

Commit eb4986c

Browse files
authored
Update runner.cpp
1 parent 0b56bbc commit eb4986c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/react-native-executorch/common/runner

packages/react-native-executorch/common/runner/runner.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Error Runner::load() {
7070
ET_CHECK_OK_OR_RETURN_ERROR(module_->load_method("forward"));
7171
// load tokenizer.
7272

73-
auto blob = loadBytesFromFile(tokenizer_path_);
73+
auto blob = rnexecutorch::file_utils::loadBytesFromFile(tokenizer_path_);
7474
tokenizer_ = tokenizers::Tokenizer::FromBlobJSON(blob);
7575

7676
ET_LOG(Info, "Reading metadata from model");

0 commit comments

Comments
 (0)