Skip to content

Commit e0882af

Browse files
authored
jni fix (#15067)
1 parent a6a6dfb commit e0882af

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
@@ -198,7 +198,7 @@ class ExecuTorchLlmJni : public facebook::jni::HybridClass<ExecuTorchLlmJni> {
198198
std::unique_ptr<executorch::extension::Module> module = std::make_unique<
199199
executorch::extension::Module>(
200200
model_path->toStdString().c_str(),
201-
data_files_set,
201+
data_files_vector,
202202
executorch::extension::Module::LoadMode::MmapUseMlockIgnoreErrors);
203203
std::string decoder_model = "llama3"; // use llama3 for now
204204
runner_ = std::make_unique<example::Runner<uint16_t>>( // QNN runner

0 commit comments

Comments
 (0)