Skip to content

Commit ba857de

Browse files
authored
Update jni_layer_llama.cpp
1 parent e1d9fd2 commit ba857de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/android/jni/jni_layer_llama.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ class ExecuTorchLlmJni : public facebook::jni::HybridClass<ExecuTorchLlmJni> {
199199
std::unique_ptr<executorch::extension::Module> module = std::make_unique<
200200
executorch::extension::Module>(
201201
model_path->toStdString().c_str(),
202-
data_files_vector,
202+
{},
203203
executorch::extension::Module::LoadMode::MmapUseMlockIgnoreErrors);
204204
std::string decoder_model = "llama3"; // use llama3 for now
205205
runner_ = std::make_unique<example::Runner<uint16_t>>( // QNN runner

0 commit comments

Comments
 (0)